{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", "connection_error": "Could not fetch account information. Is the user registered in the Spotify Developer Dashboard?", "missing_configuration": "The Spotify integration is not configured. Please follow the documentation.", "reauth_account_mismatch": "The Spotify account authenticated with does not match the account that needed re-authentication.", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "user_not_premium": "The Spotify API has been changed and Developer applications created with a free account can no longer access the API. To continue using the Spotify integration, you should use an Spotify Developer application created with a Spotify Premium account, or upgrade to Spotify Premium." }, "create_entry": { "default": "Successfully authenticated with Spotify." }, "initiate_flow": { "user": "[%key:common::config_flow::initiate_flow::account%]" }, "step": { "pick_implementation": { "data": { "implementation": "[%key:common::config_flow::data::implementation%]" }, "data_description": { "implementation": "[%key:common::config_flow::description::implementation%]" }, "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" }, "reauth_confirm": { "description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}", "title": "[%key:common::config_flow::title::reauth%]" } } }, "exceptions": { "oauth2_implementation_unavailable": { "message": "[%key:common::exceptions::oauth2_implementation_unavailable::message%]" } }, "issues": { "user_not_premium": { "description": "[%key:component::spotify::config::abort::user_not_premium%]", "title": "Spotify integration requires a Spotify Premium account" } }, "system_health": { "info": { "api_endpoint_reachable": "Spotify API endpoint reachable" } } }