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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user