2018-12-17 00:29:32 +00:00
{
"config" : {
"abort" : {
2020-10-10 00:05:05 +00:00
"already_configured" : "Device is already configured" ,
2021-10-02 12:59:05 +00:00
"already_in_progress" : "Configuration flow is already in progress" ,
"reauth_successful" : "Re-authentication was successful"
2018-12-17 00:29:32 +00:00
} ,
"error" : {
"connection_error" : "Can't connect to ESP. Please make sure your YAML file contains an 'api:' line." ,
2020-10-10 00:05:05 +00:00
"invalid_auth" : "Invalid authentication" ,
2021-10-02 12:59:05 +00:00
"invalid_psk" : "The transport encryption key is invalid. Please ensure it matches what you have in your configuration" ,
2018-12-17 00:29:32 +00:00
"resolve_error" : "Can't resolve address of the ESP. If this error persists, please set a static IP address: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips"
} ,
2021-05-11 05:14:33 +00:00
"flow_title" : "{name}" ,
2018-12-17 00:29:32 +00:00
"step" : {
"authenticate" : {
"data" : {
"password" : "Password"
} ,
2020-05-29 00:04:16 +00:00
"description" : "Please enter the password you set in your configuration for {name}."
2018-12-17 00:29:32 +00:00
} ,
2019-02-28 00:34:13 +00:00
"discovery_confirm" : {
"description" : "Do you want to add the ESPHome node `{name}` to Home Assistant?" ,
"title" : "Discovered ESPHome node"
} ,
2021-10-02 12:59:05 +00:00
"encryption_key" : {
"data" : {
"noise_psk" : "Encryption key"
} ,
"description" : "Please enter the encryption key you set in your configuration for {name}."
} ,
"reauth_confirm" : {
"data" : {
"noise_psk" : "Encryption key"
} ,
"description" : "The ESPHome device {name} enabled transport encryption or changed the encryption key. Please enter the updated key."
} ,
2018-12-17 00:29:32 +00:00
"user" : {
"data" : {
"host" : "Host" ,
"port" : "Port"
} ,
2020-05-29 00:04:16 +00:00
"description" : "Please enter connection settings of your [ESPHome](https://esphomelib.com/) node."
2018-12-17 00:29:32 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-05-01 00:02:55 +00:00
}