mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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"
|
||||
}
|
||||
},
|
||||
"light": {
|
||||
"light": {
|
||||
"state_attributes": {
|
||||
"effect": {
|
||||
"state": {
|
||||
"colorloop": "mdi:looks"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"number": {
|
||||
"timer_duration": {
|
||||
"default": "mdi:timer"
|
||||
|
@ -675,7 +675,14 @@
|
||||
},
|
||||
"light": {
|
||||
"light": {
|
||||
"name": "[%key:component::light::title%]"
|
||||
"name": "[%key:component::light::title%]",
|
||||
"state_attributes": {
|
||||
"effect": {
|
||||
"state": {
|
||||
"colorloop": "Color loop"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"light_group": {
|
||||
"name": "Light group"
|
||||
|
Loading…
x
Reference in New Issue
Block a user