init
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"entity": {
|
||||
"switch": {
|
||||
"solar_charging_enabled": {
|
||||
"name": "Solar Charging"
|
||||
},
|
||||
"stop_grace_enabled": {
|
||||
"name": "Stop Grace"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Easee Solar Charging options",
|
||||
"data": {
|
||||
"stop_grace_minutes": "Stop grace period",
|
||||
"notify_target": "Notification target"
|
||||
},
|
||||
"data_description": {
|
||||
"stop_grace_minutes": "How many minutes to keep charging after solar excess drops below the minimum threshold, before stopping the charger.",
|
||||
"notify_target": "Name of a notify service to receive start/stop alerts (e.g. mobile_app_my_phone). Leave empty to disable notifications."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Set up Easee Solar Charging",
|
||||
"data": {
|
||||
"site_id": "Site ID",
|
||||
"solar_excess_sensor": "Solar Excess Power Sensor",
|
||||
"device_id": "Easee Charger",
|
||||
"notify_target": "Notification target"
|
||||
},
|
||||
"data_description": {
|
||||
"solar_excess_sensor": "Sensor reporting the momentarily available solar power surplus in Watts.",
|
||||
"notify_target": "Name of a notify service to receive start/stop alerts (e.g. mobile_app_my_phone). Leave empty to disable notifications."
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {},
|
||||
"abort": {
|
||||
"already_configured": "Charger is already configured."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user