Add input boolean icon translations (#109108)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Paul Bottein 2024-01-30 13:22:55 +01:00 committed by GitHub
parent 72a28d68d3
commit 694059837d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,16 @@
{
"entity_component": {
"_": {
"default": "mdi:check-circle-outline",
"state": {
"off": "mdi:close-circle-outline"
}
}
},
"services": {
"toggle": "mdi:toggle-switch",
"turn_off": "mdi:toggle-switch-off",
"turn_on": "mdi:toggle-switch",
"reload": "mdi:reload"
}
}