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": {
|
2020-10-09 12:28:54 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
2021-09-20 07:02:17 +00:00
|
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
2020-04-30 23:24:47 +00:00
|
|
|
},
|
2020-04-05 15:27:16 +00:00
|
|
|
"error": {
|
2022-06-30 18:27:31 +00:00
|
|
|
"resolve_error": "Can't resolve address of the ESP. If this error persists, please set a static IP address",
|
2020-04-05 15:27:16 +00:00
|
|
|
"connection_error": "Can't connect to ESP. Please make sure your YAML file contains an 'api:' line.",
|
2021-09-20 07:02:17 +00:00
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
|
|
"invalid_psk": "The transport encryption key is invalid. Please ensure it matches what you have in your configuration"
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
|
|
|
"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%]"
|
|
|
|
},
|
2022-06-30 18:27:31 +00:00
|
|
|
"description": "Please enter connection settings of your [ESPHome]({esphome_url}) 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
|
|
|
},
|
2021-09-20 07:02:17 +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."
|
|
|
|
},
|
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"
|
|
|
|
}
|
|
|
|
},
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{name}"
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-10-03 13:49:09 +00:00
|
|
|
}
|