1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Bugfix return value supervisor update (#296)

* Update supervisor.py

* Update addon.py
This commit is contained in:
Pascal Vizeli
2018-01-06 22:35:58 +01:00
committed by GitHub
parent 56abfb6adc
commit 0f58bb35ba
2 changed files with 6 additions and 4 deletions

View File

@@ -568,7 +568,7 @@ class Addon(CoreSysAttributes):
last_state = await self.state()
if self.last_version == self.version_installed:
_LOGGER.info("No update available for Addon %s", self._id)
_LOGGER.warning("No update available for Addon %s", self._id)
return False
if not await self.instance.update(self.last_version):