mirror of https://github.com/simbaja/ha_gehome.git
- another update loop related to online/offline state
This commit is contained in:
parent
3e845764ec
commit
e3c626938d
|
@ -294,7 +294,7 @@ class GeKitchenUpdateCoordinator(DataUpdateCoordinator):
|
||||||
self.maybe_add_appliance_api(appliance)
|
self.maybe_add_appliance_api(appliance)
|
||||||
await self.async_maybe_trigger_all_ready()
|
await self.async_maybe_trigger_all_ready()
|
||||||
_LOGGER.debug(f'Requesting updates for {appliance.mac_addr}')
|
_LOGGER.debug(f'Requesting updates for {appliance.mac_addr}')
|
||||||
while self.connected and appliance.available:
|
while self.connected:
|
||||||
await asyncio.sleep(UPDATE_INTERVAL)
|
await asyncio.sleep(UPDATE_INTERVAL)
|
||||||
if self.connected:
|
if self.connected:
|
||||||
await appliance.async_request_update()
|
await appliance.async_request_update()
|
||||||
|
|
Loading…
Reference in New Issue