Regard long poll without events as valid (#97383)
This commit is contained in:
parent
c32b15c754
commit
f4e79bbab8
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ class ReolinkHost:
|
||||||
|
|
||||||
self._long_poll_error = False
|
self._long_poll_error = False
|
||||||
|
|
||||||
if not self._long_poll_received and channels != []:
|
if not self._long_poll_received:
|
||||||
self._long_poll_received = True
|
self._long_poll_received = True
|
||||||
ir.async_delete_issue(self._hass, DOMAIN, "webhook_url")
|
ir.async_delete_issue(self._hass, DOMAIN, "webhook_url")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue