mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Update frontend to 20171027.1
This commit is contained in:
parent
fc291dd5ab
commit
d13f3eca92
@ -21,7 +21,7 @@ ON_DEMAND = ('zwave')
|
|||||||
def async_setup(hass, config):
|
def async_setup(hass, config):
|
||||||
"""Set up the config component."""
|
"""Set up the config component."""
|
||||||
yield from hass.components.frontend.async_register_built_in_panel(
|
yield from hass.components.frontend.async_register_built_in_panel(
|
||||||
'config', 'Configuration', 'mdi:settings')
|
'config', 'config', 'mdi:settings')
|
||||||
|
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def setup_panel(panel_name):
|
def setup_panel(panel_name):
|
||||||
|
@ -18,7 +18,7 @@ from homeassistant.components.http.auth import is_trusted_ip
|
|||||||
|
|
||||||
DOMAIN = 'frontend'
|
DOMAIN = 'frontend'
|
||||||
DEPENDENCIES = ['api', 'websocket_api']
|
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 = '/frontend/panels/{}.html'
|
||||||
URL_PANEL_COMPONENT_FP = '/frontend/panels/{}-{}.html'
|
URL_PANEL_COMPONENT_FP = '/frontend/panels/{}-{}.html'
|
||||||
|
@ -323,7 +323,7 @@ hipnotify==1.0.8
|
|||||||
holidays==0.8.1
|
holidays==0.8.1
|
||||||
|
|
||||||
# homeassistant.components.frontend
|
# homeassistant.components.frontend
|
||||||
home-assistant-frontend==20171021.2
|
home-assistant-frontend==20171027.1
|
||||||
|
|
||||||
# homeassistant.components.camera.onvif
|
# homeassistant.components.camera.onvif
|
||||||
http://github.com/tgaugry/suds-passworddigest-py3/archive/86fc50e39b4d2b8997481967d6a7fe1c57118999.zip#suds-passworddigest-py3==0.1.2a
|
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
|
holidays==0.8.1
|
||||||
|
|
||||||
# homeassistant.components.frontend
|
# homeassistant.components.frontend
|
||||||
home-assistant-frontend==20171021.2
|
home-assistant-frontend==20171027.1
|
||||||
|
|
||||||
# homeassistant.components.influxdb
|
# homeassistant.components.influxdb
|
||||||
# homeassistant.components.sensor.influxdb
|
# homeassistant.components.sensor.influxdb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user