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

This commit is contained in:
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 - 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:

View File

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