core/homeassistant/components/remote/icons.json

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"
}
}