mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-10-12 13:19:29 +00:00
Update interface, allow update every time
This commit is contained in:
@@ -67,9 +67,6 @@ class APIHomeAssistant(object):
|
||||
if self.homeassistant.in_progress:
|
||||
raise RuntimeError("Other task is in progress")
|
||||
|
||||
if version == self.homeassistant.version:
|
||||
raise RuntimeError("Version is already in use")
|
||||
|
||||
return await asyncio.shield(
|
||||
self.homeassistant.update(version), loop=self.loop)
|
||||
|
||||
|
Reference in New Issue
Block a user