mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Fix spelling of "off-peak", improve error message in teslemetry
(#143321)
This commit is contained in:
parent
9e59f07401
commit
9b2faf207d
@ -662,7 +662,7 @@
|
||||
"message": "Departure time required to enable preconditioning"
|
||||
},
|
||||
"set_scheduled_departure_off_peak": {
|
||||
"message": "To enable scheduled departure, end off peak time is required."
|
||||
"message": "To enable scheduled departure, 'End off-peak time' is required."
|
||||
},
|
||||
"invalid_device": {
|
||||
"message": "Invalid device ID: {device_id}"
|
||||
@ -752,15 +752,15 @@
|
||||
},
|
||||
"end_off_peak_time": {
|
||||
"description": "Time to complete charging by.",
|
||||
"name": "End off peak time"
|
||||
"name": "End off-peak time"
|
||||
},
|
||||
"off_peak_charging_enabled": {
|
||||
"description": "Enable off peak charging.",
|
||||
"name": "Off peak charging enabled"
|
||||
"description": "Enable off-peak charging.",
|
||||
"name": "Off-peak charging enabled"
|
||||
},
|
||||
"off_peak_charging_weekdays_only": {
|
||||
"description": "Enable off peak charging on weekdays only.",
|
||||
"name": "Off peak charging weekdays only"
|
||||
"description": "Enable off-peak charging on weekdays only.",
|
||||
"name": "Off-peak charging weekdays only"
|
||||
},
|
||||
"preconditioning_enabled": {
|
||||
"description": "Enable preconditioning.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user