2021-05-10 20:46:50 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
|
|
|
"no_plants": "No plants have been found on this account"
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
|
|
},
|
|
|
|
"step": {
|
|
|
|
"plant": {
|
|
|
|
"data": {
|
|
|
|
"plant_id": "Plant"
|
|
|
|
},
|
|
|
|
"title": "Select your plant"
|
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
2021-05-13 09:15:02 +00:00
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
2021-07-21 08:16:02 +00:00
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"url": "[%key:common::config_flow::data::url%]"
|
2021-05-10 20:46:50 +00:00
|
|
|
},
|
|
|
|
"title": "Enter your Growatt information"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"title": "Growatt Server"
|
2021-07-21 08:16:02 +00:00
|
|
|
}
|