forked from home-assistant/core
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user