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"
}

View File

@@ -0,0 +1,26 @@
{
"config": {
"abort": {
"already_configured": "Dispositivo já configurado"
},
"error": {
"cannot_connect": "Falha na ligação",
"invalid_auth": "Autenticação Inválida",
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
"powerstation_id": "ID da Planta",
"password": "Password",
"username": "Nome de Utilizador",
"scan_interval": "Intervalo de Atualização (segundos)"
},
"data_description": {
"powerstation_id": "Se vazio, irá consultar a API SEMS e usar o primeiro"
}
}
}
},
"title": "GoodWe SEMS PV API"
}