From fb15dbf3ba0f6df2ee5dc827abbaaec12fc40e90 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <balloob@gmail.com>
Date: Mon, 10 Sep 2018 13:44:11 +0200
Subject: [PATCH] Bump frontend to 20180910.0

---
 homeassistant/components/frontend/__init__.py | 2 +-
 requirements_all.txt                          | 2 +-
 requirements_test_all.txt                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/frontend/__init__.py b/homeassistant/components/frontend/__init__.py
index 72f61ddf1eb..add323c4c28 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==20180903.0']
+REQUIREMENTS = ['home-assistant-frontend==20180910.0']
 
 DOMAIN = 'frontend'
 DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log',
diff --git a/requirements_all.txt b/requirements_all.txt
index c021ea1a985..358f5ac2244 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -452,7 +452,7 @@ hole==0.3.0
 holidays==0.9.6
 
 # homeassistant.components.frontend
-home-assistant-frontend==20180903.0
+home-assistant-frontend==20180910.0
 
 # homeassistant.components.homekit_controller
 # homekit==0.10
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 060aef04a9b..9f875118b2e 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -84,7 +84,7 @@ hbmqtt==0.9.4
 holidays==0.9.6
 
 # homeassistant.components.frontend
-home-assistant-frontend==20180903.0
+home-assistant-frontend==20180910.0
 
 # homeassistant.components.homematicip_cloud
 homematicip==0.9.8
-- 
GitLab