2018-12-17 00:29:32 +00:00
{
2020-04-05 15:27:16 +00:00
"config" : {
2020-04-30 23:24:47 +00:00
"abort" : {
"already_configured" : "ESP is already configured" ,
"already_in_progress" : "ESP configuration is already in progress"
} ,
2020-04-05 15:27:16 +00:00
"error" : {
"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" ,
"connection_error" : "Can't connect to ESP. Please make sure your YAML file contains an 'api:' line." ,
"invalid_password" : "Invalid password!"
} ,
"step" : {
"user" : {
2020-05-12 17:50:44 +00:00
"data" : {
"host" : "[%key:common::config_flow::data::host%]" ,
"port" : "[%key:common::config_flow::data::port%]"
} ,
2020-04-22 13:05:39 +00:00
"description" : "Please enter connection settings of your [ESPHome](https://esphomelib.com/) node."
2020-04-05 15:27:16 +00:00
} ,
"authenticate" : {
2020-05-12 17:50:44 +00:00
"data" : {
"password" : "[%key:common::config_flow::data::password%]"
} ,
2020-04-22 13:05:39 +00:00
"description" : "Please enter the password you set in your configuration for {name}."
2020-04-05 15:27:16 +00:00
} ,
"discovery_confirm" : {
"description" : "Do you want to add the ESPHome node `{name}` to Home Assistant?" ,
"title" : "Discovered ESPHome node"
}
} ,
"flow_title" : "ESPHome: {name}"
}
2020-05-12 17:50:44 +00:00
}