hass-core/homeassistant/components/radiotherm/icons.json
2024-03-05 08:44:57 +01:00

12 lines
161 B
JSON

{
"entity": {
"switch": {
"hold": {
"default": "mdi:timer-off",
"state": {
"on": "mdi:timer"
}
}
}
}
}