mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-10 16:44:28 +05:00
27 lines
855 B
JSON
27 lines
855 B
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"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "Host",
|
|
"password": "Password",
|
|
"username": "Username",
|
|
"id": "ID",
|
|
"mqtt_id": "MQTT id",
|
|
"scan_interval": "Scan interval (sec) (used for aliveness and sensors)",
|
|
"port_to_scan": "Port to poll aliveness (needed only if no sensors used)"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"title": "mega"
|
|
} |