diff --git a/homeassistant/components/frontend/__init__.py b/homeassistant/components/frontend/__init__.py index 0156a8b2cd6c98ff6471fec27a9f1f56eb02a5ee..da3d225bba0881c2fa510fc810a9f5ce39e01a5e 100644 --- a/homeassistant/components/frontend/__init__.py +++ b/homeassistant/components/frontend/__init__.py @@ -26,7 +26,7 @@ from homeassistant.helpers.translation import async_get_translations from homeassistant.loader import bind_hass from homeassistant.util.yaml import load_yaml -REQUIREMENTS = ['home-assistant-frontend==20180829.0'] +REQUIREMENTS = ['home-assistant-frontend==20180829.1'] DOMAIN = 'frontend' DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log', diff --git a/requirements_all.txt b/requirements_all.txt index ef89fb096daa348b304bc8a04e710e41a4072f22..c788a2428349cadc5baa46bcbb04c532f85d7ebe 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -448,7 +448,7 @@ hole==0.3.0 holidays==0.9.6 # homeassistant.components.frontend -home-assistant-frontend==20180829.0 +home-assistant-frontend==20180829.1 # homeassistant.components.homekit_controller # homekit==0.10 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 2415d661e29b0547d5ff43bd05a9ff66ecb02336..8e10876cc063f822d44581dca2499a43f338245d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -84,7 +84,7 @@ hbmqtt==0.9.2 holidays==0.9.6 # homeassistant.components.frontend -home-assistant-frontend==20180829.0 +home-assistant-frontend==20180829.1 # homeassistant.components.homematicip_cloud homematicip==0.9.8