File tree 2 files changed +34
-2
lines changed
custom_components/sinapsi_alfa/translations
2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1
1
colorlog == 6.9.0
2
2
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
5
5
pymodbus >= 3.5
You can’t perform that action at this time.
0 commit comments