mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
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:
@@ -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.",
|
||||||
|
Reference in New Issue
Block a user