Update frontend

pull/10297/head
Paulus Schoutsen 2017-11-02 08:59:26 -07:00
parent f9a019ea82
commit e4ddb00086
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from homeassistant.const import CONF_NAME, EVENT_THEMES_UPDATED
from homeassistant.core import callback
from homeassistant.loader import bind_hass
REQUIREMENTS = ['home-assistant-frontend==20171030.0']
REQUIREMENTS = ['home-assistant-frontend==20171102.0']
DOMAIN = 'frontend'
DEPENDENCIES = ['api', 'websocket_api']