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:
TheJulianJES 2025-05-26 19:31:25 +02:00 committed by GitHub
parent 4e1d5fbeb0
commit 5ea6811d01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 1 deletions

View File

@ -5,6 +5,17 @@
"default": "mdi:hand-wave"
}
},
"light": {
"light": {
"state_attributes": {
"effect": {
"state": {
"colorloop": "mdi:looks"
}
}
}
}
},
"number": {
"timer_duration": {
"default": "mdi:timer"

View File

@ -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"