mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Add remote icon translations (#108469)
This commit is contained in:
parent
a06308e6e6
commit
360ca9de34
18
homeassistant/components/remote/icons.json
Normal file
18
homeassistant/components/remote/icons.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user