🎉 Release of add-on Spotify Connect 0.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-07-24 20:48:08 +00:00
parent 60dd45530a
commit 35ea2f98c5
6 changed files with 100 additions and 0 deletions

View file

@ -254,6 +254,19 @@ Beautiful and feature-rich CCTV/NVR for your cameras
[:books: Shinobi Pro add-on documentation][addon-doc-shinobi]
### ✓ [Spotify Connect][addon-spotify]
![Latest Version][spotify-version-shield]
![Supports armhf Architecture][spotify-armhf-shield]
![Supports aarch64 Architecture][spotify-aarch64-shield]
![Supports amd64 Architecture][spotify-amd64-shield]
![Supports i386 Architecture][spotify-i386-shield]
![Docker Pulls][spotify-pulls-shield]
Play Spotify music on your Home Assistant device
[:books: Spotify Connect add-on documentation][addon-doc-spotify]
### ✓ [TasmoAdmin][addon-tasmoadmin]
![Latest Version][tasmoadmin-version-shield]
@ -343,6 +356,7 @@ on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: Plex Media Server][plex-issue]
- [Open an issue for the add-on: SSH & Web Terminal][ssh-issue]
- [Open an issue for the add-on: Shinobi Pro][shinobi-issue]
- [Open an issue for the add-on: Spotify Connect][spotify-issue]
- [Open an issue for the add-on: TasmoAdmin][tasmoadmin-issue]
- [Open an issue for the add-on: Terminal][terminal-issue]
- [Open an issue for the add-on: Tor][tor-issue]
@ -549,6 +563,15 @@ 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/v0.1.0
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.1.0/README.md
[spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues
[spotify-version-shield]: https://img.shields.io/badge/version-v0.1.0-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
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.4.0
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.4.0/README.md
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues

1
spotify/CHANGELOG.md Normal file
View file

@ -0,0 +1 @@
Initial release 🎉

39
spotify/README.md Normal file
View file

@ -0,0 +1,39 @@
# Community Hass.io Add-ons: Spotify Connect
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
Play Spotify music on your Home Assistant device.
## About
**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]
![Spotify Connect][screenshot]
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[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/v0.1.0/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
[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-v0.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.1.0
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/master/images/screenshot.png

37
spotify/config.json Normal file
View file

@ -0,0 +1,37 @@
{
"name": "Spotify Connect",
"version": "0.1.0",
"slug": "spotify",
"description": "Play Spotify music on your Home Assistant device",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-spotify-connect/61210?u=frenck",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"boot": "auto",
"hassio_api": true,
"homeassistant_api": false,
"host_network": false,
"audio": true,
"options": {
"log_level": "info",
"username": "",
"password": "",
"name": "Hass.io",
"bitrate": 160
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"username": "str",
"password": "str",
"name": "match(^[A-Za-z0-9-.]+$)",
"bitrate": "match(^(96|160|320)$)"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/spotify"
}

BIN
spotify/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
spotify/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB