mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +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
|
||||
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…
x
Reference in New Issue
Block a user