Add translations for flash options in `light.turn_on` action (#141950)
parent
a09213bce8
commit
a722912e05
|
@ -293,11 +293,10 @@ turn_on:
|
|||
- light.LightEntityFeature.FLASH
|
||||
selector:
|
||||
select:
|
||||
translation_key: flash
|
||||
options:
|
||||
- label: "Long"
|
||||
value: "long"
|
||||
- label: "Short"
|
||||
value: "short"
|
||||
- long
|
||||
- short
|
||||
|
||||
turn_off:
|
||||
target:
|
||||
|
|
|
@ -283,6 +283,12 @@
|
|||
"yellow": "Yellow",
|
||||
"yellowgreen": "Yellow green"
|
||||
}
|
||||
},
|
||||
"flash": {
|
||||
"options": {
|
||||
"short": "Short",
|
||||
"long": "Long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
|
|
Loading…
Reference in New Issue