Add remote icon translations (#108469)

This commit is contained in:
Franck Nijhof 2024-01-20 20:33:47 +01:00 committed by GitHub
parent a06308e6e6
commit 360ca9de34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 0 deletions

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