1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-01 22:30:12 +00:00
Files
core/homeassistant/components/harmony/icons.json
2024-08-28 13:47:41 +02:00

21 lines
315 B
JSON

{
"entity": {
"select": {
"activities": {
"default": "mdi:remote-tv",
"state": {
"power_off": "mdi:remote-tv-off"
}
}
}
},
"services": {
"sync": {
"service": "mdi:sync"
},
"change_channel": {
"service": "mdi:remote-tv"
}
}
}