diff --git a/homeassistant/components/frontend/__init__.py b/homeassistant/components/frontend/__init__.py index 7d888a2b082eebb6daf2439ce4d27e517634b208..654afd67f42001171b610401f3f4f07ad2e6daf9 100644 --- a/homeassistant/components/frontend/__init__.py +++ b/homeassistant/components/frontend/__init__.py @@ -25,7 +25,7 @@ from homeassistant.core import callback from homeassistant.helpers.translation import async_get_translations from homeassistant.loader import bind_hass -REQUIREMENTS = ['home-assistant-frontend==20180526.2'] +REQUIREMENTS = ['home-assistant-frontend==20180526.3'] DOMAIN = 'frontend' DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log'] diff --git a/requirements_all.txt b/requirements_all.txt index a5f0bcaf78f6b5f61c024f65dc251dd40276f2f2..934feb4ea4288efbc2b8661a61af092835c99c8b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -389,7 +389,7 @@ hipnotify==1.0.8 holidays==0.9.5 # homeassistant.components.frontend -home-assistant-frontend==20180526.2 +home-assistant-frontend==20180526.3 # homeassistant.components.homekit_controller # homekit==0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 6d1a58bc5d31247f45c6ad1d10df0f8d474a06fc..7ae86cf65f17b03451cbcf11365f7da35f640a91 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -81,7 +81,7 @@ hbmqtt==0.9.2 holidays==0.9.5 # homeassistant.components.frontend -home-assistant-frontend==20180526.2 +home-assistant-frontend==20180526.3 # homeassistant.components.influxdb # homeassistant.components.sensor.influxdb