Skip to content

Commit 68c0dd5

Browse files
committed
2 parents 7eb8157 + 6e0f8a4 commit 68c0dd5

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"config": {
3+
"step": {
4+
"user": {
5+
"title": "Configuração da Ligação Alfa",
6+
"description": "Se precisar de ajuda com a configuração, aceda a: https://github.com/alexdelprete/ha-sinapsi-alfa",
7+
"data": {
8+
"name": "Nome personalizado do dispositivo (usado como prefixo dos sensores)",
9+
"host": "IP ou nome do anfitrião",
10+
"port": "Porta TCP",
11+
"scan_interval": "Período de sondagem (mín: 30s máx: 600s)"
12+
}
13+
}
14+
},
15+
"abort": {
16+
"already_configured": "O dispositivo já está configurado."
17+
}
18+
},
19+
"options": {
20+
"step": {
21+
"init": {
22+
"title": "Opções da Ligação Alfa",
23+
"description": "Definir opções de ligação",
24+
"data": {
25+
"host": "IP ou nome do anfitrião",
26+
"port": "Porta TCP",
27+
"scan_interval": "Período de sondagem (mín: 30s máx: 600s)"
28+
}
29+
}
30+
}
31+
}
32+
}

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
colorlog==6.9.0
22
homeassistant==2024.1.2
3-
pip>=21.0,<24.4
4-
ruff==0.9.4
3+
pip>=21.0,<25.1
4+
ruff==0.9.6
55
pymodbus>=3.5

0 commit comments

Comments
 (0)