From feb8aff46b708062705708dbfee5de012ab3eec8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 26 Jul 2018 09:38:10 +0200 Subject: [PATCH] Bump frontend to 20180726.0 --- homeassistant/components/frontend/__init__.py | 4 ++-- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/frontend/__init__.py b/homeassistant/components/frontend/__init__.py index 18704183ec5..5bf2b193957 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==20180724.0'] +REQUIREMENTS = ['home-assistant-frontend==20180726.0'] DOMAIN = 'frontend' DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log', @@ -352,7 +352,7 @@ class IndexView(HomeAssistantView): def get_template(self, latest): """Get template.""" if self.repo_path is not None: - root = self.repo_path + root = os.path.join(self.repo_path, 'hass_frontend') elif latest: import hass_frontend root = hass_frontend.where() diff --git a/requirements_all.txt b/requirements_all.txt index 3d4b48398f9..44f9602f818 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -418,7 +418,7 @@ hole==0.3.0 holidays==0.9.5 # homeassistant.components.frontend -home-assistant-frontend==20180724.0 +home-assistant-frontend==20180726.0 # homeassistant.components.homekit_controller # homekit==0.10 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index a38ac24dd7b..913117adc2d 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==20180724.0 +home-assistant-frontend==20180726.0 # homeassistant.components.homematicip_cloud homematicip==0.9.8