Revert "Forget auth token when going offline so we can reconnect (#26630)" (#30705)

This reverts commit 2d6d6ba90e5e2f179a07c4ecd7de1744e86a8025.
This commit is contained in:
Phil Bruckner 2020-01-12 14:21:07 -06:00 committed by Paulus Schoutsen
parent 80f3cb7d79
commit 4a8ecb82a8

View File

@ -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)
)