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 @@
{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"powerstation_id": "Power Station ID",
"password": "Password",
"username": "Username",
"scan_interval": "Update Interval (seconds)"
},
"data_description": {
"powerstation_id": "If empty, will query SEMS API and take first"
}
}
}
},
"title": "GoodWe SEMS PV API"
}