[bugfix] Exception if vendor's servers are currently unavailable (#26093)

This commit is contained in:
Rick van Hattem
2019-08-20 23:27:59 +02:00
committed by David Bonnes
parent 5c91a6cd48
commit 000d3d4fde

View File

@@ -273,10 +273,10 @@ class EvoBroker:
else:
self.timers["statusUpdated"] = utcnow()
_LOGGER.debug("Status = %s", status)
_LOGGER.debug("Status = %s", status)
# inform the evohome devices that state data has been updated
async_dispatcher_send(self.hass, DOMAIN, {"signal": "refresh"})
# inform the evohome devices that state data has been updated
async_dispatcher_send(self.hass, DOMAIN, {"signal": "refresh"})
class EvoDevice(Entity):