diff --git a/hassio/const.py b/hassio/const.py index 047659a7d..2fc4baf4e 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.47' +HASSIO_VERSION = '0.48' 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 6de0696ad..cc81fc76d 100644 --- a/hassio/panel/hassio-main.html +++ b/hassio/panel/hassio-main.html @@ -1 +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 ff664c823..6070d77e6 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 0c428134d..1aa387a72 160000 --- a/home-assistant-polymer +++ b/home-assistant-polymer @@ -1 +1 @@ -Subproject commit 0c428134dfb6374b4a120cb729396242b4c2f2d7 +Subproject commit 1aa387a72f2a8b0c26a005afbba9a8a9fc095e06 diff --git a/version.json b/version.json index f8e6466ff..29ef9875c 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "hassio": "0.47", + "hassio": "0.48", "homeassistant": "0.49.1", "resinos": "1.0", "resinhup": "0.3",