1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00
ha-core/homeassistant/components/remote/icons.json
2024-01-20 14:33:47 -05:00

19 lines
353 B
JSON

{
"entity_component": {
"_": {
"default": "mdi:remote",
"state": {
"off": "mdi:remote-off"
}
}
},
"services": {
"delete_command": "mdi:delete",
"learn_command": "mdi:school",
"send_command": "mdi:remote",
"toggle": "mdi:remote",
"turn_off": "mdi:remote-off",
"turn_on": "mdi:remote"
}
}