diff --git a/homeassistant/components/frontend/__init__.py b/homeassistant/components/frontend/__init__.py index 5b24b786517..c2eae2fc8f9 100644 --- a/homeassistant/components/frontend/__init__.py +++ b/homeassistant/components/frontend/__init__.py @@ -18,7 +18,7 @@ from homeassistant.components.http.auth import is_trusted_ip DOMAIN = 'frontend' DEPENDENCIES = ['api', 'websocket_api'] -REQUIREMENTS = ['home-assistant-frontend==20171027.1'] +REQUIREMENTS = ['home-assistant-frontend==20171030.0'] URL_PANEL_COMPONENT = '/frontend/panels/{}.html' URL_PANEL_COMPONENT_FP = '/frontend/panels/{}-{}.html' diff --git a/requirements_all.txt b/requirements_all.txt index 21e2fdf8515..4dc24ae21cb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -327,7 +327,7 @@ hipnotify==1.0.8 holidays==0.8.1 # homeassistant.components.frontend -home-assistant-frontend==20171027.1 +home-assistant-frontend==20171030.0 # homeassistant.components.camera.onvif http://github.com/tgaugry/suds-passworddigest-py3/archive/86fc50e39b4d2b8997481967d6a7fe1c57118999.zip#suds-passworddigest-py3==0.1.2a diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 1c49260123b..e8082f6d4cf 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -74,7 +74,7 @@ hbmqtt==0.8 holidays==0.8.1 # homeassistant.components.frontend -home-assistant-frontend==20171027.1 +home-assistant-frontend==20171030.0 # homeassistant.components.influxdb # homeassistant.components.sensor.influxdb