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

add logoutbut (#29)

* add logoutbut

* Protect host update

* schedule a hostcontrol update task

* change log level

* cleanup names
This commit is contained in:
Pascal Vizeli
2017-05-02 23:16:58 +02:00
committed by GitHub
parent f6048467ad
commit 19b72b1a79
5 changed files with 17 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ _RE_VERSION = re.compile(r"VERSION=(.*)")
_IMAGE_ARCH = re.compile(r".*/([a-z0-9]*)-hassio-supervisor")
async def fetch_current_versions(websession, beta=False):
async def fetch_last_versions(websession, beta=False):
"""Fetch current versions from github.
Is a coroutine.