{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "user": { "data": { "email": "[%key:common::config_flow::data::email%]", "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "email": "Enter the email address associated with your {integration_name} account.", "password": "Enter the password for your {integration_name} account." }, "description": "Please enter your credentials to connect to the {integration_name} API.", "title": "Set up {integration_name}" } } }, "exceptions": { "api_error": { "message": "Error while communicating with the {integration_name} API" }, "authentication_failed": { "message": "Authentication failed. Please check your credentials." }, "connection_error": { "message": "Connection error with {integration_name} API" }, "switch_auth_error": { "message": "Authentication failed when controlling {integration_name} switch" } } }