snapshot fixed sems hacs component
This commit is contained in:
26
homeassistant/custom_components/sems/strings.json
Normal file
26
homeassistant/custom_components/sems/strings.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user