mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Add translations for flash options in light.turn_on
action (#141950)
This commit is contained in:
parent
a09213bce8
commit
a722912e05
@ -293,11 +293,10 @@ turn_on:
|
|||||||
- light.LightEntityFeature.FLASH
|
- light.LightEntityFeature.FLASH
|
||||||
selector:
|
selector:
|
||||||
select:
|
select:
|
||||||
|
translation_key: flash
|
||||||
options:
|
options:
|
||||||
- label: "Long"
|
- long
|
||||||
value: "long"
|
- short
|
||||||
- label: "Short"
|
|
||||||
value: "short"
|
|
||||||
|
|
||||||
turn_off:
|
turn_off:
|
||||||
target:
|
target:
|
||||||
|
@ -283,6 +283,12 @@
|
|||||||
"yellow": "Yellow",
|
"yellow": "Yellow",
|
||||||
"yellowgreen": "Yellow green"
|
"yellowgreen": "Yellow green"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"flash": {
|
||||||
|
"options": {
|
||||||
|
"short": "Short",
|
||||||
|
"long": "Long"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user