mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-11 00:54:28 +05:00
50 lines
1.8 KiB
JSON
50 lines
1.8 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error",
|
|
"duplicate_id": "Duplicate ID",
|
|
"mqtt_inputs": "Use MQTT"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "Host",
|
|
"password": "Password",
|
|
"username": "Username",
|
|
"id": "ID",
|
|
"mqtt_id": "MQTT id",
|
|
"scan_interval": "Scan interval (sec), 0 - don't update",
|
|
"port_to_scan": "Port to poll aliveness (needed only if no sensors used)",
|
|
"nports": "Number of ports",
|
|
"update_all": "Update all outs when input",
|
|
"mqtt_inputs": "Use MQTT",
|
|
"fake_response": "Fake response",
|
|
"force_d": "Force 'd' response",
|
|
"poll_outs": "Poll outs"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"scan_interval": "Scan interval (sec), 0 - don't update",
|
|
"port_to_scan": "Port to poll aliveness (needed only if no sensors used)",
|
|
"reload": "Reload objects",
|
|
"mqtt_inputs": "Use MQTT",
|
|
"update_all": "Update all outs when input",
|
|
"fake_response": "Fake response",
|
|
"force_d": "Force 'd' response",
|
|
"poll_outs": "Poll outs"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"title": "mega"
|
|
} |