Bump frontend to 20180804.0

pull/15805/merge
Paulus Schoutsen 2018-08-04 15:21:11 +02:00
parent f6935b5d27
commit 0c7d46927e
1 changed files with 1 additions and 1 deletions

View File

@ -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==20180803.0']
REQUIREMENTS = ['home-assistant-frontend==20180804.0']
DOMAIN = 'frontend'
DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log',