mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +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:
|
||||
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):
|
||||
|
Reference in New Issue
Block a user