Add light icon translations (#108414)

This commit is contained in:
Franck Nijhof 2024-01-20 08:35:49 +01:00 committed by GitHub
parent 52b5d2e370
commit 2a58b6e56b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,12 @@
{
"entity_component": {
"_": {
"default": "mdi:lightbulb"
}
},
"services": {
"toggle": "mdi:lightbulb",
"turn_off": "mdi:lightbulb-off",
"turn_on": "mdi:lightbulb-on"
}
}