mirror of
https://github.com/elisspace/core.git
synced 2026-09-16 07:53:04 +00:00
* Adds AdGuard Home integration * 👕 Addresses linting warnings * 🚑 Fixes typehint in async_setup_entry * 👕 Take advantage of Python's coalescing operators * 👕 Use adguard instance from outer scope directly in service calls * 👕 Use more sensible scan_interval default for sensors * 👕 Adds specific files to .coveragerc * ☔ Added tests and small changes to improve coverage * 🔨 Import adguardhome dependencies at the top * 🚑 Converted service handlers to be async * 🔥 Removed init step from config flow
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"title": "AdGuard Home",
|
|
"step": {
|
|
"user": {
|
|
"title": "Link your AdGuard Home.",
|
|
"description": "Set up your AdGuard Home instance to allow monitoring and control.",
|
|
"data": {
|
|
"host": "Host",
|
|
"password": "Password",
|
|
"port": "Port",
|
|
"username": "Username",
|
|
"ssl": "AdGuard Home uses a SSL certificate",
|
|
"verify_ssl": "AdGuard Home uses a proper certificate"
|
|
}
|
|
},
|
|
"hassio_confirm": {
|
|
"title": "AdGuard Home via Hass.io add-on",
|
|
"description": "Do you want to configure Home Assistant to connect to the AdGuard Home provided by the Hass.io add-on: {addon}?"
|
|
}
|
|
},
|
|
"error": {
|
|
"connection_error": "Failed to connect."
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "Only a single configuration of AdGuard Home is allowed."
|
|
}
|
|
}
|
|
} |