2020-05-13 18:27:21 +00:00
{
"config" : {
"abort" : {
2023-01-07 11:22:36 +00:00
"already_configured" : "Service is already configured" ,
"reauth_successful" : "Re-authentication was successful"
2020-05-13 18:27:21 +00:00
} ,
"error" : {
2023-01-07 11:22:36 +00:00
"cannot_connect" : "Failed to connect" ,
"invalid_auth" : "Invalid authentication"
2020-05-13 18:27:21 +00:00
} ,
"step" : {
2023-01-08 00:26:22 +00:00
"api_key" : {
"data" : {
"api_key" : "API Key"
}
} ,
2023-01-07 11:22:36 +00:00
"reauth_confirm" : {
2021-02-03 10:46:49 +00:00
"data" : {
"api_key" : "API Key"
2023-01-07 11:22:36 +00:00
} ,
"description" : "Please enter a new api key for PI-Hole at {host}/{location}" ,
"title" : "PI-Hole Reauthenticate Integration"
2021-02-03 10:46:49 +00:00
} ,
2020-05-13 18:27:21 +00:00
"user" : {
"data" : {
2020-07-19 00:03:02 +00:00
"api_key" : "API Key" ,
2020-05-13 18:27:21 +00:00
"host" : "Host" ,
2020-07-19 00:03:02 +00:00
"location" : "Location" ,
2020-05-13 18:27:21 +00:00
"name" : "Name" ,
"port" : "Port" ,
2020-10-04 00:05:05 +00:00
"ssl" : "Uses an SSL certificate" ,
2023-01-08 00:26:22 +00:00
"statistics_only" : "Statistics Only" ,
2020-05-13 18:27:21 +00:00
"verify_ssl" : "Verify SSL certificate"
}
}
}
2023-01-08 00:26:22 +00:00
} ,
"issues" : {
"deprecated_yaml" : {
"description" : "Configuring PI-Hole using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the PI-Hole YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue." ,
"title" : "The PI-Hole YAML configuration is being removed"
}
2020-05-13 18:27:21 +00:00
}
}