Skip to content

Commit

Permalink
Add HACS support (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
fondberg authored Aug 3, 2019
1 parent 96deb85 commit 6d96124
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 1,261 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
```
Expand Down
Loading

0 comments on commit 6d96124

Please sign in to comment.