mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add translation for ZHA light effect (#145630)
* Add translations for ZHA light effects * Add icons for ZHA light effects * Fix capitalization of "Color loop" Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
4e1d5fbeb0
commit
5ea6811d01
@ -5,6 +5,17 @@
|
|||||||
"default": "mdi:hand-wave"
|
"default": "mdi:hand-wave"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"light": {
|
||||||
|
"light": {
|
||||||
|
"state_attributes": {
|
||||||
|
"effect": {
|
||||||
|
"state": {
|
||||||
|
"colorloop": "mdi:looks"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"number": {
|
"number": {
|
||||||
"timer_duration": {
|
"timer_duration": {
|
||||||
"default": "mdi:timer"
|
"default": "mdi:timer"
|
||||||
|
@ -675,7 +675,14 @@
|
|||||||
},
|
},
|
||||||
"light": {
|
"light": {
|
||||||
"light": {
|
"light": {
|
||||||
"name": "[%key:component::light::title%]"
|
"name": "[%key:component::light::title%]",
|
||||||
|
"state_attributes": {
|
||||||
|
"effect": {
|
||||||
|
"state": {
|
||||||
|
"colorloop": "Color loop"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"light_group": {
|
"light_group": {
|
||||||
"name": "Light group"
|
"name": "Light group"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user