From ee180c51cf7e014e64545978e7deec237274f5f2 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <balloob@gmail.com>
Date: Fri, 3 Aug 2018 13:48:32 +0200
Subject: [PATCH] Bump frontend to 20180803.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 bf17cf59382..1d2e363d574 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==20180802.0']
+REQUIREMENTS = ['home-assistant-frontend==20180803.0']
 
 DOMAIN = 'frontend'
 DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log',
diff --git a/requirements_all.txt b/requirements_all.txt
index 3c67f00e5a0..ce3d44b5246 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -424,7 +424,7 @@ hole==0.3.0
 holidays==0.9.5
 
 # homeassistant.components.frontend
-home-assistant-frontend==20180802.0
+home-assistant-frontend==20180803.0
 
 # homeassistant.components.homekit_controller
 # homekit==0.10
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 2ae6f5aa797..6ce86a8cfc7 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==20180802.0
+home-assistant-frontend==20180803.0
 
 # homeassistant.components.homematicip_cloud
 homematicip==0.9.8
-- 
GitLab