mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
[bugfix] Exception if vendor's servers are currently unavailable (#26093)
This commit is contained in:
committed by
David Bonnes
parent
5c91a6cd48
commit
000d3d4fde
@@ -273,10 +273,10 @@ class EvoBroker:
|
|||||||
else:
|
else:
|
||||||
self.timers["statusUpdated"] = utcnow()
|
self.timers["statusUpdated"] = utcnow()
|
||||||
|
|
||||||
_LOGGER.debug("Status = %s", status)
|
_LOGGER.debug("Status = %s", status)
|
||||||
|
|
||||||
# inform the evohome devices that state data has been updated
|
# inform the evohome devices that state data has been updated
|
||||||
async_dispatcher_send(self.hass, DOMAIN, {"signal": "refresh"})
|
async_dispatcher_send(self.hass, DOMAIN, {"signal": "refresh"})
|
||||||
|
|
||||||
|
|
||||||
class EvoDevice(Entity):
|
class EvoDevice(Entity):
|
||||||
|
Reference in New Issue
Block a user