14 Commits

Author SHA1 Message Date
Philip Allgaier
071298ff1b
Clarifications for the Spotify integration (#14416) 2020-09-07 00:23:59 +02:00
Franck Nijhof
3701a98e9f
Remove base_url, add external_url & internal_url (#13307) 2020-05-08 02:30:49 +02:00
willidh74
79f62c71da
You need to include the port in the URI (#12981)
* You need to include the port in the URI

* Update spotify.markdown
2020-04-15 16:07:48 +02:00
starkillerOG
66b1f77555
Add Spotify retrive URI instructions (#12012)
* Add Spotify retrive URI instructions

* correction to retrieving media_content_id

examle playlist: "Love Songs & Chill"
"Copy Spotify URI" gives: spotify:playlist:4QuJ2DbcTe7R8lzqfNXz7v
this works as `media_content_id`
"Copy Playlist Link" gives: https://open.spotify.com/playlist/4QuJ2DbcTe7R8lzqfNXz7v?si=cUKngvAER3KK3BHgNayOEA
this does not work as `media_content_id` and gives an error in HomeAssistant
However if you remove everthing after the question mark ? is does work:
https://open.spotify.com/playlist/4QuJ2DbcTe7R8lzqfNXz7v

* Capital Spotify

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Not needed anymore since this has been fixed

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-03-21 09:23:13 +01:00
Franck Nijhof
bdade863c6
Migrate logos from documentation website to brands (#12287) 2020-03-06 16:29:57 +01:00
Franck Nijhof
c81de1d658
Add ha_domain to integrations frontmatter (#12277) 2020-03-05 17:28:39 -08:00
Jean-Paul van Ravensberg
991e35f37f
Added troubleshooting info (#12008)
* Added troubleshooting info

The `INVALID_CLIENT: Invalid redirect URI` error can occur when the URL, for example, contains a port number. This can happen if the port number is set in the Base_URL attribute of the HTTP integration.

* Convert text to note box

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-10 13:46:21 +01:00
Franck Nijhof
b647824396
Re-write of Spotify Integration (#11858) 2020-01-27 13:46:03 +01:00
Franck Nijhof
b983082cb9
Frontmatter formatting (#11654) 2020-01-07 14:43:49 +01:00
Daniel
be18953d59 Updating callback URL (#11393)
Had problems with integrating Spotiy in HA, but I found out the callback url with version 0.102.3 is send without the port. So I edited the callback URL in the Spotiy app and was able to add Spotify to HA
2019-12-10 23:13:30 +01:00
Stefan Agner
aa07c431a7 Clarify configuration element location (#11264)
Make it clear where the configuration element will appear.
2019-11-23 14:50:19 +01:00
Villhellm
aaa9eeb906 clarified setup instructions for Spotify (#11131) 2019-11-11 06:12:51 +01:00
Franck Nijhof
dcc7c10ce4
Rewrites all URLs in our website from components -> integrations 2019-10-02 00:35:28 +02:00
Franck Nijhof
57c6dec6c2
Rename components folders to integrations 2019-10-02 00:04:39 +02:00