Fix wrong description of teslemetry.set_scheduled_charging action (#138723)

The action allows the user to set a time at which to start charging, but the action's description uses the wrong word "completed".
This commit is contained in:
Norbert Rittel
2025-02-17 22:28:45 +01:00
committed by GitHub
parent f9047d0223
commit 5658f9ca40

View File

@@ -712,7 +712,7 @@
"name": "Navigate to coordinates" "name": "Navigate to coordinates"
}, },
"set_scheduled_charging": { "set_scheduled_charging": {
"description": "Sets a time at which charging should be completed.", "description": "Sets a time at which charging should be started.",
"fields": { "fields": {
"device_id": { "device_id": {
"description": "Vehicle to schedule.", "description": "Vehicle to schedule.",