mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"cannot_connect": "Nepodarilo sa pripoji\u0165"
|
|
},
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"hubv1": {
|
|
"data": {
|
|
"host": "IP adresa",
|
|
"port": "Port"
|
|
}
|
|
},
|
|
"hubv2": {
|
|
"data": {
|
|
"host": "IP adresa",
|
|
"password": "Heslo",
|
|
"port": "Port"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"add_override": {
|
|
"data": {
|
|
"address": "Adresa zariadenia (t. j. 1a2b3c)",
|
|
"cat": "Kateg\u00f3ria zariadenia (t. j. 0x10)",
|
|
"subcat": "Podkateg\u00f3ria zariadenia (napr. 0x0a)"
|
|
}
|
|
},
|
|
"change_hub_config": {
|
|
"data": {
|
|
"host": "IP adresa",
|
|
"password": "Heslo",
|
|
"port": "Port"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |