{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "invalid_url": "Invalid URL", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "reauth_confirm": { "data": { "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "password": "The new password for your Autoskope account." }, "description": "Please re-enter your password for your Autoskope account." }, "user": { "data": { "password": "[%key:common::config_flow::data::password%]", "username": "[%key:common::config_flow::data::username%]" }, "data_description": { "password": "The password for your Autoskope account.", "username": "The username for your Autoskope account." }, "description": "Enter your Autoskope credentials.", "sections": { "advanced_settings": { "data": { "host": "API endpoint" }, "data_description": { "host": "The URL of your Autoskope API endpoint. Only change this if you use a white-label portal." }, "name": "Advanced settings" } }, "title": "Connect to Autoskope" } } }, "issues": { "cannot_connect": { "description": "Home Assistant could not connect to the Autoskope API at {host}. Please check the connection details and ensure the API endpoint is reachable.\n\nError: {error}", "title": "Failed to connect to Autoskope" }, "invalid_auth": { "description": "Authentication with Autoskope failed for user {username}. Please re-authenticate the integration with the correct password.", "title": "Invalid Autoskope authentication" }, "low_battery": { "description": "The battery voltage for vehicle {vehicle_name} ({vehicle_id}) is low ({value}V). Consider checking or replacing the battery.", "title": "Low vehicle battery ({vehicle_name})" } } }