1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00

Update frontend

This commit is contained in:
Paulus Schoutsen 2016-08-20 23:44:31 -07:00
parent aa6a0523ef
commit 23e86fc8ea
11 changed files with 14 additions and 15 deletions

View File

@ -41,7 +41,7 @@ class DemoClimate(ClimateDevice):
self._current_swing_mode = current_swing_mode
self._fan_list = ["On Low", "On High", "Auto Low", "Auto High", "Off"]
self._operation_list = ["Heat", "Cool", "Auto Changeover", "Off"]
self._swing_list = ["Auto", 1, 2, 3, "Off"]
self._swing_list = ["Auto", "1", "2", "3", "Off"]
@property
def should_poll(self):

View File

@ -19,9 +19,9 @@ COMPONENTS_WITH_DEMO_PLATFORM = [
'alarm_control_panel',
'binary_sensor',
'camera',
'climate',
'device_tracker',
'garage_door',
'hvac',
'light',
'lock',
'media_player',
@ -29,7 +29,6 @@ COMPONENTS_WITH_DEMO_PLATFORM = [
'rollershutter',
'sensor',
'switch',
'thermostat',
]

View File

@ -1,9 +1,9 @@
"""DO NOT MODIFY. Auto-generated by script/fingerprint_frontend."""
FINGERPRINTS = {
"core.js": "7a72f4dcf2a1d5e04094ef807478614d",
"frontend.html": "77a461848fe2a94da4e26a103bd6f814",
"mdi.html": "b399b5d3798f5b68b0a4fbaae3432d48",
"core.js": "b4ee3a700ef5549a36b436611e27d3a9",
"frontend.html": "203371247fdba69b4d4d92fd707a459a",
"mdi.html": "710b84acc99b32514f52291aba9cd8e8",
"panels/ha-panel-dev-event.html": "3cc881ae8026c0fba5aa67d334a3ab2b",
"panels/ha-panel-dev-info.html": "34e2df1af32e60fffcafe7e008a92169",
"panels/ha-panel-dev-service.html": "bb5c587ada694e0fd42ceaaedd6fe6aa",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1 +1 @@
Subproject commit 2c61fb2b72f422155dac4e7308181f7f7f845f44
Subproject commit 59627864944a93538858ed0930de92891b4bfe66

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long