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".pull/134795/head
parent
f9047d0223
commit
5658f9ca40
|
@ -712,7 +712,7 @@
|
|||
"name": "Navigate to coordinates"
|
||||
},
|
||||
"set_scheduled_charging": {
|
||||
"description": "Sets a time at which charging should be completed.",
|
||||
"description": "Sets a time at which charging should be started.",
|
||||
"fields": {
|
||||
"device_id": {
|
||||
"description": "Vehicle to schedule.",
|
||||
|
|
Loading…
Reference in New Issue