Update frontend
This commit is contained in:
parent
aa6a0523ef
commit
23e86fc8ea
11 changed files with 14 additions and 15 deletions
|
@ -41,7 +41,7 @@ class DemoClimate(ClimateDevice):
|
||||||
self._current_swing_mode = current_swing_mode
|
self._current_swing_mode = current_swing_mode
|
||||||
self._fan_list = ["On Low", "On High", "Auto Low", "Auto High", "Off"]
|
self._fan_list = ["On Low", "On High", "Auto Low", "Auto High", "Off"]
|
||||||
self._operation_list = ["Heat", "Cool", "Auto Changeover", "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
|
@property
|
||||||
def should_poll(self):
|
def should_poll(self):
|
||||||
|
|
|
@ -19,9 +19,9 @@ COMPONENTS_WITH_DEMO_PLATFORM = [
|
||||||
'alarm_control_panel',
|
'alarm_control_panel',
|
||||||
'binary_sensor',
|
'binary_sensor',
|
||||||
'camera',
|
'camera',
|
||||||
|
'climate',
|
||||||
'device_tracker',
|
'device_tracker',
|
||||||
'garage_door',
|
'garage_door',
|
||||||
'hvac',
|
|
||||||
'light',
|
'light',
|
||||||
'lock',
|
'lock',
|
||||||
'media_player',
|
'media_player',
|
||||||
|
@ -29,7 +29,6 @@ COMPONENTS_WITH_DEMO_PLATFORM = [
|
||||||
'rollershutter',
|
'rollershutter',
|
||||||
'sensor',
|
'sensor',
|
||||||
'switch',
|
'switch',
|
||||||
'thermostat',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
"""DO NOT MODIFY. Auto-generated by script/fingerprint_frontend."""
|
"""DO NOT MODIFY. Auto-generated by script/fingerprint_frontend."""
|
||||||
|
|
||||||
FINGERPRINTS = {
|
FINGERPRINTS = {
|
||||||
"core.js": "7a72f4dcf2a1d5e04094ef807478614d",
|
"core.js": "b4ee3a700ef5549a36b436611e27d3a9",
|
||||||
"frontend.html": "77a461848fe2a94da4e26a103bd6f814",
|
"frontend.html": "203371247fdba69b4d4d92fd707a459a",
|
||||||
"mdi.html": "b399b5d3798f5b68b0a4fbaae3432d48",
|
"mdi.html": "710b84acc99b32514f52291aba9cd8e8",
|
||||||
"panels/ha-panel-dev-event.html": "3cc881ae8026c0fba5aa67d334a3ab2b",
|
"panels/ha-panel-dev-event.html": "3cc881ae8026c0fba5aa67d334a3ab2b",
|
||||||
"panels/ha-panel-dev-info.html": "34e2df1af32e60fffcafe7e008a92169",
|
"panels/ha-panel-dev-info.html": "34e2df1af32e60fffcafe7e008a92169",
|
||||||
"panels/ha-panel-dev-service.html": "bb5c587ada694e0fd42ceaaedd6fe6aa",
|
"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
Binary file not shown.
|
@ -1 +1 @@
|
||||||
Subproject commit 2c61fb2b72f422155dac4e7308181f7f7f845f44
|
Subproject commit 59627864944a93538858ed0930de92891b4bfe66
|
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue