1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00
This commit is contained in:
Pascal Vizeli
2018-03-24 22:05:01 +01:00
parent 0a68698912
commit b546365aaa
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ class HassIO(CoreSysAttributes):
if await self._supervisor.update():
return
else:
_LOGGER.info("Ignore Hass.io auto updates on dev mode")
_LOGGER.info("Ignore Hass.io auto updates on dev channel")
# start api
await self._api.start()