mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
* Update Switcher temperature sensor device class and state class * Remove temperature translation key * Remove icon
35 lines
633 B
JSON
35 lines
633 B
JSON
{
|
|
"entity": {
|
|
"button": {
|
|
"assume_on": {
|
|
"default": "mdi:fan"
|
|
},
|
|
"assume_off": {
|
|
"default": "mdi:fan-off"
|
|
},
|
|
"vertical_swing_on": {
|
|
"default": "mdi:autorenew"
|
|
},
|
|
"vertical_swing_off": {
|
|
"default": "mdi:autorenew-off"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"remaining_time": {
|
|
"default": "mdi:av-timer"
|
|
},
|
|
"auto_shutdown": {
|
|
"default": "mdi:progress-clock"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"set_auto_off": {
|
|
"service": "mdi:progress-clock"
|
|
},
|
|
"turn_on_with_timer": {
|
|
"service": "mdi:timer"
|
|
}
|
|
}
|
|
}
|