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

@@ -79,7 +79,7 @@ class Tasks(CoreSysAttributes):
# don't perform a update on beta/dev channel
if self._dev:
_LOGGER.warning("Ignore Hass.io update on dev mode!")
_LOGGER.warning("Ignore Hass.io update on dev channel!")
return
_LOGGER.info("Found new Hass.io version")