snapshot fixed sems hacs component

This commit is contained in:
2025-10-26 16:06:43 +01:00
parent c28f3ca075
commit 012c88268c
10 changed files with 1488 additions and 0 deletions

View 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%]"
}
}
}