From 33ee91a7484a6499f56eb181095eeac46cbaaaee Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <balloob@gmail.com>
Date: Thu, 19 Jul 2018 10:52:28 +0200
Subject: [PATCH] Bump frontend to 20180719.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 5a3ac0d16b5..dc5d1d7bf7e 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==20180718.0']
+REQUIREMENTS = ['home-assistant-frontend==20180719.0']
 
 DOMAIN = 'frontend'
 DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log', 'onboarding']
diff --git a/requirements_all.txt b/requirements_all.txt
index 051fc0d0dd0..36ad3cdc81d 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -415,7 +415,7 @@ hole==0.3.0
 holidays==0.9.5
 
 # homeassistant.components.frontend
-home-assistant-frontend==20180718.0
+home-assistant-frontend==20180719.0
 
 # homeassistant.components.homekit_controller
 # homekit==0.10
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 01f90202e8f..e1e1593b814 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==20180718.0
+home-assistant-frontend==20180719.0
 
 # homeassistant.components.homematicip_cloud
 homematicip==0.9.8
-- 
GitLab