Files
opt/homeassistant/custom_components/sems/strings.json

26 lines
911 B
JSON

{
"title": "GoodWe SEMS PV API",
"config": {
"step": {
"user": {
"data": {
"powerstation_id": "[%key:common::config_flow::data::powerstation_id%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
"scan_interval": "[%key:common::config_flow::data::scan_interval%]"
},
"data_description": {
"powerstation_id": "[%key:common::config_flow::data_description::powerstation_id%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}