diff --git a/hassio/const.py b/hassio/const.py index 4e401fb84..25642177c 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.44' +HASSIO_VERSION = '0.45' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json') diff --git a/hassio/panel/hassio-main.html b/hassio/panel/hassio-main.html index 4220cfd4b..22b39cc8d 100644 --- a/hassio/panel/hassio-main.html +++ b/hassio/panel/hassio-main.html @@ -1,160 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/hassio/panel/hassio-main.html.gz b/hassio/panel/hassio-main.html.gz index 7f64acebd..40d590cd4 100644 Binary files a/hassio/panel/hassio-main.html.gz and b/hassio/panel/hassio-main.html.gz differ diff --git a/home-assistant-polymer b/home-assistant-polymer index d2a56655d..35c4e1d5a 160000 --- a/home-assistant-polymer +++ b/home-assistant-polymer @@ -1 +1 @@ -Subproject commit d2a56655d086a040e712680e46e191d78949dfa3 +Subproject commit 35c4e1d5ae925119fcc7c2f3cf31c5f4d09c4124 diff --git a/version.json b/version.json index 48095fa02..7f5fb7370 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "hassio": "0.44", + "hassio": "0.45", "homeassistant": "0.49", "resinos": "0.8", "resinhup": "0.1",