mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
HA landing page retry 30sec (#1756)
This commit is contained in:
parent
960b00d85a
commit
ff351c7f6d
@ -253,9 +253,9 @@ class HomeAssistant(JsonConfig, CoreSysAttributes):
|
||||
while True:
|
||||
if not self.sys_updater.image_homeassistant:
|
||||
_LOGGER.warning(
|
||||
"Found no information about Home Assistant. Retry in 15sec"
|
||||
"Found no information about Home Assistant. Retry in 30sec"
|
||||
)
|
||||
await asyncio.sleep(15)
|
||||
await asyncio.sleep(30)
|
||||
await self.sys_updater.reload()
|
||||
continue
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user