2019-09-08 19:49:20 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Define the API parameters for this installation",
|
|
|
|
"data": {
|
|
|
|
"name": "The name of this installation",
|
|
|
|
"site_id": "The SolarEdge site-id",
|
2020-05-12 17:50:44 +00:00
|
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
2019-09-08 19:49:20 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"error": {
|
2020-11-23 20:34:46 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]",
|
|
|
|
"site_not_active": "The site is not active",
|
|
|
|
"could_not_connect": "Could not connect to the solaredge API"
|
2020-05-12 17:50:44 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2020-11-23 20:34:46 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-11-23 20:34:46 +00:00
|
|
|
}
|