1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/switcher_kis/icons.json
Shay Levy d8cb7c475b Update Switcher temperature sensor device class and state class (#143722)
* Update Switcher temperature sensor device class and state class

* Remove  temperature translation key

* Remove icon
2025-04-26 16:22:44 +02:00

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"
}
}
}