Skip to content

Commit af3d9d8

Browse files
committed
Update frontend to 20171104.0
1 parent 640729f commit af3d9d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

homeassistant/components/frontend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from homeassistant.core import callback
2222
from homeassistant.loader import bind_hass
2323

24-
REQUIREMENTS = ['home-assistant-frontend==20171103.0']
24+
REQUIREMENTS = ['home-assistant-frontend==20171104.0']
2525

2626
DOMAIN = 'frontend'
2727
DEPENDENCIES = ['api', 'websocket_api']

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ hipnotify==1.0.8
330330
holidays==0.8.1
331331

332332
# homeassistant.components.frontend
333-
home-assistant-frontend==20171103.0
333+
home-assistant-frontend==20171104.0
334334

335335
# homeassistant.components.camera.onvif
336336
http://github.com/tgaugry/suds-passworddigest-py3/archive/86fc50e39b4d2b8997481967d6a7fe1c57118999.zip#suds-passworddigest-py3==0.1.2a

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ hbmqtt==0.8
7474
holidays==0.8.1
7575

7676
# homeassistant.components.frontend
77-
home-assistant-frontend==20171103.0
77+
home-assistant-frontend==20171104.0
7878

7979
# homeassistant.components.influxdb
8080
# homeassistant.components.sensor.influxdb

0 commit comments

Comments
 (0)