-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
90 additions
and
1,261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,9 @@ Removed need for custom sensor from [My Spotify Chromecast custom component](htt | |
Fixed the reauth problem and added support for stopping pollimg Spotify APIs when the browser tab is hidden. | ||
Added transfer playback support and fixed a lot of bugs (amongst others security issues with dependencies). | ||
|
||
**New in version 1.9** | ||
Support for [HACS](https://github.com/custom-components/hacs). | ||
|
||
![Screenshot](/spotify-card-highlight.png) | ||
|
||
### Requirements | ||
|
@@ -39,21 +42,17 @@ For more information about how to create an app see [Home Assistant Spotify Comp | |
|
||
Add the resource in lovelace config: | ||
|
||
##### Latest release: | ||
``` | ||
- type: module | ||
url: >- | ||
https://cdn.jsdelivr.net/gh/custom-cards/[email protected]/dist/spotify-card.umd.js | ||
``` | ||
##### HACS users: | ||
Follow the configuration the instructions when installing it. | ||
|
||
|
||
##### master version: | ||
##### Latest release using cdn: | ||
``` | ||
- type: module | ||
url: >- | ||
https://cdn.jsdelivr.net/gh/custom-cards/spotify-card/dist/spotify-card.umd.js | ||
https://cdn.jsdelivr.net/gh/custom-cards/spotify-card@1.8/dist/spotify-card.umd.js | ||
``` | ||
|
||
|
||
##### Add the card to lovelace config | ||
Now add the card like this: | ||
``` | ||
|
Oops, something went wrong.