77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Set up your AdGuard Home instance to allow monitoring and control.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
}
|
|
},
|
|
"hassio_confirm": {
|
|
"title": "AdGuard Home via Home Assistant add-on",
|
|
"description": "Do you want to configure Home Assistant to connect to the AdGuard Home provided by the add-on: {addon}?"
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"abort": {
|
|
"existing_instance_updated": "Updated existing configuration.",
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"dns_queries": {
|
|
"name": "DNS queries"
|
|
},
|
|
"dns_queries_blocked": {
|
|
"name": "DNS queries blocked"
|
|
},
|
|
"dns_queries_blocked_ratio": {
|
|
"name": "DNS queries blocked ratio"
|
|
},
|
|
"parental_control_blocked": {
|
|
"name": "Parental control blocked"
|
|
},
|
|
"safe_browsing_blocked": {
|
|
"name": "Safe browsing blocked"
|
|
},
|
|
"safe_searches_enforced": {
|
|
"name": "Safe searches enforced"
|
|
},
|
|
"average_processing_speed": {
|
|
"name": "Average processing speed"
|
|
},
|
|
"rules_count": {
|
|
"name": "Rules count"
|
|
}
|
|
},
|
|
"switch": {
|
|
"protection": {
|
|
"name": "Protection"
|
|
},
|
|
"parental": {
|
|
"name": "Parental control"
|
|
},
|
|
"safe_search": {
|
|
"name": "Safe search"
|
|
},
|
|
"safe_browsing": {
|
|
"name": "Safe browsing"
|
|
},
|
|
"filtering": {
|
|
"name": "Filtering"
|
|
},
|
|
"query_log": {
|
|
"name": "Query log"
|
|
}
|
|
}
|
|
}
|
|
}
|