1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 10:55:50 +00:00
Files
core/homeassistant/components/nissan_leaf/strings.json
2025-10-28 10:33:10 +01:00

25 lines
792 B
JSON

{
"services": {
"start_charge": {
"description": "Starts the vehicle charging. It must be plugged in first!",
"fields": {
"vin": {
"description": "The vehicle identification number (VIN) of the vehicle, 17 characters.",
"name": "VIN"
}
},
"name": "Start charge"
},
"update": {
"description": "Fetches the last state of the vehicle of all your accounts, requesting an update from of the state from the car if possible.",
"fields": {
"vin": {
"description": "[%key:component::nissan_leaf::services::start_charge::fields::vin::description%]",
"name": "[%key:component::nissan_leaf::services::start_charge::fields::vin::name%]"
}
},
"name": "Update"
}
}
}