Add translations for flash options in `light.turn_on` action (#141950)

pull/141966/head
Manu 2025-04-01 05:43:24 +02:00 committed by GitHub
parent a09213bce8
commit a722912e05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 4 deletions

View File

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

View File

@ -283,6 +283,12 @@
"yellow": "Yellow",
"yellowgreen": "Yellow green"
}
},
"flash": {
"options": {
"short": "Short",
"long": "Long"
}
}
},
"services": {