mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on Spotify Connect to f76ed32
This commit is contained in:
parent
330bf7f5e4
commit
fd59a678c6
4 changed files with 22 additions and 13 deletions
|
@ -617,10 +617,10 @@ SOFTWARE.
|
|||
[shinobi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[shinobi-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[shinobi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/c2f7e4c
|
||||
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/c2f7e4c/README.md
|
||||
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/f76ed32
|
||||
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/f76ed32/README.md
|
||||
[spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues
|
||||
[spotify-version-shield]: https://img.shields.io/badge/version-c2f7e4c-blue.svg
|
||||
[spotify-version-shield]: https://img.shields.io/badge/version-f76ed32-blue.svg
|
||||
[spotify-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/spotify.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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
2018/07/23 22:28 UTC - [c2f7e4c](https://github.com/hassio-addons/addon-spotify-connect/commit/c2f7e4c141b25b52ec635391e004612d86b065ed) by [@frenck](https://github.com/frenck)
|
||||
> :sparkles: Adds add-on configuration handling
|
||||
2018/07/23 23:20 UTC - [f76ed32](https://github.com/hassio-addons/addon-spotify-connect/commit/f76ed32588b67fcc6be467eec74274f719631571) by [@frenck](https://github.com/frenck)
|
||||
> :fire: Removes temporary build artifacts from resulting image
|
||||
|
||||
|
|
|
@ -6,11 +6,20 @@
|
|||
|
||||
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
||||
|
||||
Lorem ipsum.
|
||||
Play Spotify music via your Home Assistant device.
|
||||
|
||||
## About
|
||||
|
||||
Lorem ipsum.
|
||||
**IMPORTANT**: _This add-on requires a Spotify Premium account!_
|
||||
|
||||
The Hass.io 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 controlled
|
||||
by all the official clients.
|
||||
|
||||
For example; Running Hass.io on a Raspberry Pi with this add-on installed
|
||||
will allow you to play your Spotify music via the Pi. So all you'll have
|
||||
to do is hook up your sound system to the Pi!
|
||||
|
||||
[Click here for the full documentation][docs]
|
||||
|
||||
|
@ -39,11 +48,11 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[docs]: https://github.com/hassio-addons/addon-spotify-connect/blob/c2f7e4c/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-spotify-connect/blob/f76ed32/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-c2f7e4c-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/c2f7e4c
|
||||
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/master/images/screenshot.jpg
|
||||
[release-shield]: https://img.shields.io/badge/version-f76ed32-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/f76ed32
|
||||
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/master/images/screenshot.png
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "Spotify Connect",
|
||||
"version": "c2f7e4c",
|
||||
"version": "f76ed32",
|
||||
"slug": "spotify",
|
||||
"description": "Lorem ipsum",
|
||||
"description": "Play Spotify music via your Home Assistant device.",
|
||||
"url": "https://community.home-assistant.io/?u=frenck",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue