mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00:00
Add light icon translations (#108414)
This commit is contained in:
parent
52b5d2e370
commit
2a58b6e56b
12
homeassistant/components/light/icons.json
Normal file
12
homeassistant/components/light/icons.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"entity_component": {
|
||||||
|
"_": {
|
||||||
|
"default": "mdi:lightbulb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"toggle": "mdi:lightbulb",
|
||||||
|
"turn_off": "mdi:lightbulb-off",
|
||||||
|
"turn_on": "mdi:lightbulb-on"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user