1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-23 08:50:09 +01:00
Files
core/homeassistant/components/spotify/strings.json
T
2020-04-16 12:52:53 -07:00

14 lines
461 B
JSON

{
"config": {
"step": {
"pick_implementation": { "title": "Pick Authentication Method" }
},
"abort": {
"already_setup": "You can only configure one Spotify account.",
"authorize_url_timeout": "Timeout generating authorize url.",
"missing_configuration": "The Spotify integration is not configured. Please follow the documentation."
},
"create_entry": { "default": "Successfully authenticated with Spotify." }
}
}