Bump frontend to 20180804.0

This commit is contained in:
Paulus Schoutsen 2018-08-04 15:21:11 +02:00
parent b8981b2675
commit c482d48fde

View File

@ -26,7 +26,7 @@ from homeassistant.helpers.translation import async_get_translations
from homeassistant.loader import bind_hass from homeassistant.loader import bind_hass
from homeassistant.util.yaml import load_yaml from homeassistant.util.yaml import load_yaml
REQUIREMENTS = ['home-assistant-frontend==20180803.0'] REQUIREMENTS = ['home-assistant-frontend==20180804.0']
DOMAIN = 'frontend' DOMAIN = 'frontend'
DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log', DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log',