1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Updated frontend to 20190303.0

This commit is contained in:
Paulus Schoutsen
2019-03-03 21:55:51 -08:00
parent de9e6e8d1a
commit c03116291e
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ from homeassistant.loader import bind_hass
from .storage import async_setup_frontend_storage
REQUIREMENTS = ['home-assistant-frontend==20190228.0']
REQUIREMENTS = ['home-assistant-frontend==20190303.0']
DOMAIN = 'frontend'
DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log',