Update frontend to 20171027.1
This commit is contained in:
parent
fc291dd5ab
commit
d13f3eca92
4 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ ON_DEMAND = ('zwave')
|
|||
def async_setup(hass, config):
|
||||
"""Set up the config component."""
|
||||
yield from hass.components.frontend.async_register_built_in_panel(
|
||||
'config', 'Configuration', 'mdi:settings')
|
||||
'config', 'config', 'mdi:settings')
|
||||
|
||||
@asyncio.coroutine
|
||||
def setup_panel(panel_name):
|
||||
|
|
|
@ -18,7 +18,7 @@ from homeassistant.components.http.auth import is_trusted_ip
|
|||
|
||||
DOMAIN = 'frontend'
|
||||
DEPENDENCIES = ['api', 'websocket_api']
|
||||
REQUIREMENTS = ['home-assistant-frontend==20171021.2']
|
||||
REQUIREMENTS = ['home-assistant-frontend==20171027.1']
|
||||
|
||||
URL_PANEL_COMPONENT = '/frontend/panels/{}.html'
|
||||
URL_PANEL_COMPONENT_FP = '/frontend/panels/{}-{}.html'
|
||||
|
|
|
@ -323,7 +323,7 @@ hipnotify==1.0.8
|
|||
holidays==0.8.1
|
||||
|
||||
# homeassistant.components.frontend
|
||||
home-assistant-frontend==20171021.2
|
||||
home-assistant-frontend==20171027.1
|
||||
|
||||
# homeassistant.components.camera.onvif
|
||||
http://github.com/tgaugry/suds-passworddigest-py3/archive/86fc50e39b4d2b8997481967d6a7fe1c57118999.zip#suds-passworddigest-py3==0.1.2a
|
||||
|
|
|
@ -74,7 +74,7 @@ hbmqtt==0.8
|
|||
holidays==0.8.1
|
||||
|
||||
# homeassistant.components.frontend
|
||||
home-assistant-frontend==20171021.2
|
||||
home-assistant-frontend==20171027.1
|
||||
|
||||
# homeassistant.components.influxdb
|
||||
# homeassistant.components.sensor.influxdb
|
||||
|
|
Loading…
Add table
Reference in a new issue