Clarify descriptions of subaru.unlock_specific_door action (#147655)

This commit is contained in:
Norbert Rittel 2025-06-27 10:01:44 +02:00 committed by GitHub
parent fda66c4be4
commit 78060e4833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,11 +102,11 @@
"services": { "services": {
"unlock_specific_door": { "unlock_specific_door": {
"name": "Unlock specific door", "name": "Unlock specific door",
"description": "Unlocks specific door(s).", "description": "Unlocks the driver door, all doors, or the tailgate.",
"fields": { "fields": {
"door": { "door": {
"name": "Door", "name": "Door",
"description": "Which door(s) to open." "description": "The specific door(s) to unlock."
} }
} }
} }