Regard long poll without events as valid (#97383)

pull/97491/head
starkillerOG 2023-07-30 18:49:27 +02:00 committed by GitHub
parent c32b15c754
commit f4e79bbab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ class ReolinkHost:
self._long_poll_error = False
if not self._long_poll_received and channels != []:
if not self._long_poll_received:
self._long_poll_received = True
ir.async_delete_issue(self._hass, DOMAIN, "webhook_url")