⬆️ Updating add-on Spotify Connect to 1c93337

This commit is contained in:
Community Hass.io Add-ons Bot 2020-02-28 18:15:30 +00:00
parent d5a5248ad8
commit 7ca29e95e5
4 changed files with 10 additions and 10 deletions

View file

@ -1161,10 +1161,10 @@ SOFTWARE.
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[ssh-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[ssh-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/c431828
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/c431828/README.md
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/1c93337
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/1c93337/README.md
[spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues
[spotify-version-shield]: https://img.shields.io/badge/version-c431828-blue.svg
[spotify-version-shield]: https://img.shields.io/badge/version-1c93337-blue.svg
[spotify-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/spotify-amd64.svg
[spotify-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[spotify-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,4 +1,6 @@
# Changelog since v0.7.1
- :hammer: Update community forum links
- :books: Update add-on instructions
- :hammer: Refactor add-on configuration
- :hammer: Put add-on on the host network
- :arrow_down: Downgrade Spotifyd to v0.2.23

View file

@ -12,8 +12,6 @@ Play Spotify music on your Home Assistant device.
## About
**IMPORTANT**: _This add-on requires a Spotify Premium account!_
The Home Assistant Spotify Connect add-on allows you to use your device
running Home Assistant to play your Spotify music. This add-on uses the
Spotify Connect protocol, which makes it show up a device that can be
@ -48,15 +46,15 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-spotify-connect/blob/c431828/README.md
[docs]: https://github.com/hassio-addons/addon-spotify-connect/blob/1c93337/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-spotify-connect/61210?u=frenck
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-spotify-connect/61210?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-c431828-blue.svg
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/c431828
[release-shield]: https://img.shields.io/badge/version-1c93337-blue.svg
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/1c93337
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Spotify Connect",
"version": "c431828",
"version": "1c93337",
"slug": "spotify",
"description": "Play Spotify music on your Home Assistant device",
"url": "https://github.com/hassio-addons/addon-spotify-connect",