mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
136 lines
3.9 KiB
JSON
136 lines
3.9 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"existing_instance_updated": "Updated existing configuration."
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"step": {
|
|
"hassio_confirm": {
|
|
"description": "Do you want to configure Home Assistant to connect to the AdGuard Home provided by the add-on: {addon}?",
|
|
"title": "AdGuard Home via Home Assistant add-on"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of the device running your AdGuard Home."
|
|
},
|
|
"description": "Set up your AdGuard Home instance to allow monitoring and control."
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"average_processing_speed": {
|
|
"name": "Average processing speed"
|
|
},
|
|
"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"
|
|
},
|
|
"rules_count": {
|
|
"name": "Rules count"
|
|
},
|
|
"safe_browsing_blocked": {
|
|
"name": "Safe browsing blocked"
|
|
},
|
|
"safe_searches_enforced": {
|
|
"name": "Safe searches enforced"
|
|
}
|
|
},
|
|
"switch": {
|
|
"filtering": {
|
|
"name": "Filtering"
|
|
},
|
|
"parental": {
|
|
"name": "Parental control"
|
|
},
|
|
"protection": {
|
|
"name": "Protection"
|
|
},
|
|
"query_log": {
|
|
"name": "Query log"
|
|
},
|
|
"safe_browsing": {
|
|
"name": "Safe browsing"
|
|
},
|
|
"safe_search": {
|
|
"name": "Safe search"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"add_url": {
|
|
"description": "Adds a new filter subscription to AdGuard Home.",
|
|
"fields": {
|
|
"name": {
|
|
"description": "The name of the filter subscription.",
|
|
"name": "[%key:common::config_flow::data::name%]"
|
|
},
|
|
"url": {
|
|
"description": "The filter URL to subscribe to, containing the filter rules.",
|
|
"name": "[%key:common::config_flow::data::url%]"
|
|
}
|
|
},
|
|
"name": "Add URL"
|
|
},
|
|
"disable_url": {
|
|
"description": "Disables a filter subscription in AdGuard Home.",
|
|
"fields": {
|
|
"url": {
|
|
"description": "The filter subscription URL to disable.",
|
|
"name": "[%key:common::config_flow::data::url%]"
|
|
}
|
|
},
|
|
"name": "Disable URL"
|
|
},
|
|
"enable_url": {
|
|
"description": "Enables a filter subscription in AdGuard Home.",
|
|
"fields": {
|
|
"url": {
|
|
"description": "The filter subscription URL to enable.",
|
|
"name": "[%key:common::config_flow::data::url%]"
|
|
}
|
|
},
|
|
"name": "Enable URL"
|
|
},
|
|
"refresh": {
|
|
"description": "Refreshes all filter subscriptions in AdGuard Home.",
|
|
"fields": {
|
|
"force": {
|
|
"description": "Force update (bypasses AdGuard Home throttling), omit for a regular refresh.",
|
|
"name": "Force"
|
|
}
|
|
},
|
|
"name": "Refresh"
|
|
},
|
|
"remove_url": {
|
|
"description": "Removes a filter subscription from AdGuard Home.",
|
|
"fields": {
|
|
"url": {
|
|
"description": "The filter subscription URL to remove.",
|
|
"name": "[%key:common::config_flow::data::url%]"
|
|
}
|
|
},
|
|
"name": "Remove URL"
|
|
}
|
|
}
|
|
}
|