diff --git a/homeassistant/components/reolink/host.py b/homeassistant/components/reolink/host.py index df03095b7f9..5882e5e66a4 100644 --- a/homeassistant/components/reolink/host.py +++ b/homeassistant/components/reolink/host.py @@ -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")