2019-06-02 05:13:14 +00:00
{
2020-04-05 15:27:16 +00:00
"config" : {
"step" : {
"user" : {
"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"
2019-06-02 05:13:14 +00:00
}
2020-04-05 15:27:16 +00:00
} ,
"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}?"
}
} ,
2020-04-16 19:52:53 +00:00
"error" : { "connection_error" : "Failed to connect." } ,
2020-04-05 15:27:16 +00:00
"abort" : {
"adguard_home_outdated" : "This integration requires AdGuard Home {minimal_version} or higher, you have {current_version}." ,
"adguard_home_addon_outdated" : "This integration requires AdGuard Home {minimal_version} or higher, you have {current_version}. Please update your Hass.io AdGuard Home add-on." ,
"existing_instance_updated" : "Updated existing configuration." ,
"single_instance_allowed" : "Only a single configuration of AdGuard Home is allowed."
2019-06-02 05:13:14 +00:00
}
2020-04-05 15:27:16 +00:00
}
}