Improve description of door field in subaru.unlock_specific_door action (#139558)

* Improve description of `door` field in `subaru.unlock_specific_door` action

In the UI the `door` field of the `subaru.unlock_specific_door` action presents three radio buttons for the three possible choices 'all', 'driver' and 'tailgate'.

Therefore the field description should no longer repeat those options to avoid over-translation that will not match the actual choices.

In addition proper sentence-casing is applied to several title keys.

* Fix sentence-casing in two title keys
This commit is contained in:
Norbert Rittel 2025-03-01 12:12:36 +01:00 committed by GitHub
parent 66a17bd072
commit 2c620f1f60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"config": {
"step": {
"user": {
"title": "Subaru Starlink Configuration",
"title": "Subaru Starlink configuration",
"description": "Please enter your MySubaru credentials\nNOTE: Initial setup may take up to 30 seconds",
"data": {
"username": "[%key:common::config_flow::data::username%]",
@ -49,7 +49,7 @@
"options": {
"step": {
"init": {
"title": "Subaru Starlink Options",
"title": "Subaru Starlink options",
"description": "When enabled, vehicle polling will send a remote command to your vehicle every 2 hours to obtain new sensor data. Without vehicle polling, new sensor data is only received when the vehicle automatically pushes data (normally after engine shutdown).",
"data": {
"update_enabled": "Enable vehicle polling"
@ -106,7 +106,7 @@
"fields": {
"door": {
"name": "Door",
"description": "One of the following: 'all', 'driver', 'tailgate'."
"description": "Which door(s) to open."
}
}
}