Files
Rafal Zielinski d4cdcc04c0
Some checks failed
Tests / test (3.13) (push) Failing after 23s
Tests / lint (push) Failing after 20s
Tests / hacs (push) Failing after 52s
Initial commit
Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
2025-10-02 16:00:15 +01:00

26 lines
706 B
JSON

{
"config": {
"step": {
"user": {
"title": "AdGuard Control Hub Setup",
"description": "Configure connection to your AdGuard Home instance",
"data": {
"host": "Host",
"port": "Port",
"username": "Username (optional)",
"password": "Password (optional)",
"ssl": "Use HTTPS",
"verify_ssl": "Verify SSL certificate"
}
}
},
"error": {
"cannot_connect": "Failed to connect to AdGuard Home",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error occurred"
},
"abort": {
"already_configured": "AdGuard Home instance already configured"
}
}
}