mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +00:00
commit
1a90a478f2
@ -3,7 +3,7 @@ from pathlib import Path
|
|||||||
from ipaddress import ip_network
|
from ipaddress import ip_network
|
||||||
|
|
||||||
|
|
||||||
HASSIO_VERSION = "172"
|
HASSIO_VERSION = "173"
|
||||||
|
|
||||||
URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"
|
URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"
|
||||||
URL_HASSIO_VERSION = "https://version.home-assistant.io/{channel}.json"
|
URL_HASSIO_VERSION = "https://version.home-assistant.io/{channel}.json"
|
||||||
|
@ -269,7 +269,7 @@ class HomeAssistant(JsonConfig, CoreSysAttributes):
|
|||||||
tag = self.latest_version
|
tag = self.latest_version
|
||||||
if tag:
|
if tag:
|
||||||
with suppress(DockerAPIError):
|
with suppress(DockerAPIError):
|
||||||
await self.instance.install(tag)
|
await self.instance.update(tag)
|
||||||
break
|
break
|
||||||
_LOGGER.warning("Error on install Home Assistant. Retry in 30sec")
|
_LOGGER.warning("Error on install Home Assistant. Retry in 30sec")
|
||||||
await asyncio.sleep(30)
|
await asyncio.sleep(30)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user