Add remote icon translations (#108469)

This commit is contained in:
Franck Nijhof
2024-01-20 14:33:47 -05:00
committed by GitHub
parent a06308e6e6
commit 360ca9de34
@@ -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"
}
}