core/homeassistant/components/radiotherm/icons.json

13 lines
161 B
JSON

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