mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-17 14:16:29 +00:00
Update updater.py
This commit is contained in:
parent
232b9ea239
commit
e8e599cb8c
@ -59,7 +59,6 @@ class Updater(JsonConfig, CoreSysAttributes):
|
|||||||
def beta_channel(self, value):
|
def beta_channel(self, value):
|
||||||
"""Set beta upstream mode."""
|
"""Set beta upstream mode."""
|
||||||
self._data[ATTR_BETA_CHANNEL] = bool(value)
|
self._data[ATTR_BETA_CHANNEL] = bool(value)
|
||||||
self.save()
|
|
||||||
|
|
||||||
@AsyncThrottle(timedelta(seconds=60))
|
@AsyncThrottle(timedelta(seconds=60))
|
||||||
async def reload(self):
|
async def reload(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user