{ "config": { "abort": { "already_configured": "Device is already configured", "already_in_progress": "Configuration flow is already in progress", "reauth_successful": "Re-authentication was successful" }, "error": { "connection_error": "Can't connect to ESP. Please make sure your YAML file contains an 'api:' line.", "invalid_auth": "Invalid authentication", "invalid_psk": "The transport encryption key is invalid. Please ensure it matches what you have in your configuration", "resolve_error": "Can't resolve address of the ESP. If this error persists, please set a static IP address" }, "flow_title": "{name}", "step": { "authenticate": { "data": { "password": "Password" }, "description": "Please enter the password you set in your configuration for {name}." }, "discovery_confirm": { "description": "Do you want to add the ESPHome node `{name}` to Home Assistant?", "title": "Discovered ESPHome node" }, "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." }, "user": { "data": { "host": "Host", "port": "Port" }, "description": "Please enter connection settings of your [ESPHome]({esphome_url}) node." } } } }