-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #227 from misa1515/patch-1
Create sk.json
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "SunSpec Modbus TCP pripojenie", | ||
"description": "Ak potrebujete pomoc s konfiguráciou, pozrite sa sem: https://github.com/cjne/ha-sunspec", | ||
"data": { | ||
"host": "Meno hosťa/IP", | ||
"port": "Port", | ||
"slave_id": "Slave ID" | ||
} | ||
}, | ||
"settings": { | ||
"title": "Možnosti snímača", | ||
"description": "Zadajte voliteľnú predponu pre názvy snímačov a vyberte akékoľvek ďalšie modely SunSpec (údajové registre), pre ktoré chcete vytvoriť snímače. Toto je možné zmeniť aj neskôr v konfigurácii komponentov.", | ||
"data": { | ||
"models_enabled": "Čítať modely", | ||
"prefix": "Predpona snímačov", | ||
"scan_interval": "Interval skenovania (sekundy)" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"connection": "Nepodarilo sa pripojiť, skontrolujte názov hostiteľa a port" | ||
}, | ||
"abort": { | ||
"single_instance_allowed": "Povolený je len jeden prípad." | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"host_options": { | ||
"title": "SunSpec Modbus TCP pripojenie", | ||
"description": "Ak potrebujete pomoc s konfiguráciou, pozrite sa sem: https://github.com/cjne/ha-sunspec", | ||
"data": { | ||
"host": "Meno hosťa/IP", | ||
"port": "Port", | ||
"slave_id": "Slave ID" | ||
} | ||
}, | ||
"model_options": { | ||
"title": "Možnosti zariadenia", | ||
"description": "Vyberte modely SunSpec (údajové registre), pre ktoré chcete vytvoriť senzory.", | ||
"data": { | ||
"host": "Meno hosťa/IP", | ||
"port": "Port", | ||
"slave_id": "Slave ID", | ||
"models_enabled": "Čítať modely", | ||
"scan_interval": "Interval skenovania (sekundy)" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"connection": "Nepodarilo sa pripojiť, skontrolujte názov hostiteľa a port" | ||
} | ||
} | ||
} |