mirror of
https://github.com/home-assistant/core.git
synced 2025-09-10 07:11:37 +02:00
Regard long poll without events as valid (#97383)
This commit is contained in:
committed by
Franck Nijhof
parent
945959827d
commit
38e22f5614
@@ -457,7 +457,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")
|
||||
|
||||
|
Reference in New Issue
Block a user