mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +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:
|
while True:
|
||||||
if not self.sys_updater.image_homeassistant:
|
if not self.sys_updater.image_homeassistant:
|
||||||
_LOGGER.warning(
|
_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()
|
await self.sys_updater.reload()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user