1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/radiotherm/icons.json
2024-03-05 08:44:57 +01:00

13 lines
161 B
JSON

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