mirror of https://github.com/home-assistant/core
76 lines
2.4 KiB
JSON
76 lines
2.4 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"pick_implementation": {
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}"
|
|
}
|
|
},
|
|
"abort": {
|
|
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
|
|
"missing_configuration": "The Spotify integration is not configured. Please follow the documentation.",
|
|
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
|
|
"reauth_account_mismatch": "The Spotify account authenticated with, does not match the account needed re-authentication.",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
|
|
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
|
|
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
|
|
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]",
|
|
"connection_error": "Could not fetch account information. Is the user registered in the Spotify Developer Dashboard?",
|
|
"missing_credentials": "[%key:common::config_flow::abort::oauth2_missing_credentials%]"
|
|
},
|
|
"create_entry": {
|
|
"default": "Successfully authenticated with Spotify."
|
|
}
|
|
},
|
|
"system_health": {
|
|
"info": {
|
|
"api_endpoint_reachable": "Spotify API endpoint reachable"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"song_tempo": {
|
|
"name": "Song tempo"
|
|
},
|
|
"danceability": {
|
|
"name": "Song danceability"
|
|
},
|
|
"energy": {
|
|
"name": "Song energy"
|
|
},
|
|
"mode": {
|
|
"name": "Song mode",
|
|
"state": {
|
|
"minor": "Minor",
|
|
"major": "Major"
|
|
}
|
|
},
|
|
"speechiness": {
|
|
"name": "Song speechiness"
|
|
},
|
|
"acousticness": {
|
|
"name": "Song acousticness"
|
|
},
|
|
"instrumentalness": {
|
|
"name": "Song instrumentalness"
|
|
},
|
|
"valence": {
|
|
"name": "Song valence"
|
|
},
|
|
"liveness": {
|
|
"name": "Song liveness"
|
|
},
|
|
"time_signature": {
|
|
"name": "Song time signature"
|
|
},
|
|
"key": {
|
|
"name": "Song key"
|
|
}
|
|
}
|
|
}
|
|
}
|