mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
This reverts commit 2d6d6ba90e
.
This commit is contained in:
@@ -132,8 +132,6 @@ class AmcrestChecker(Http):
|
||||
offline = not self.available
|
||||
if offline and was_online:
|
||||
_LOGGER.error("%s camera offline: Too many errors", self._wrap_name)
|
||||
with self._token_lock:
|
||||
self._token = None
|
||||
dispatcher_send(
|
||||
self._hass, service_signal(SERVICE_UPDATE, self._wrap_name)
|
||||
)
|
||||
|
Reference in New Issue
Block a user