⬆️ Updating add-on Spotify Connect to 7fab026

This commit is contained in:
Community Hass.io Add-ons Bot 2018-07-23 20:38:52 +00:00
parent fb98fe37df
commit 2550557197
6 changed files with 110 additions and 0 deletions

View file

@ -288,6 +288,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]
Lorem ipsum
[:books: Spotify Connect add-on documentation][addon-doc-spotify]
### ✓ [TasmoAdmin][addon-tasmoadmin]
![Latest Version][tasmoadmin-version-shield]
@ -379,6 +392,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]
@ -603,6 +617,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/7fab026
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/7fab026/README.md
[spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues
[spotify-version-shield]: https://img.shields.io/badge/version-7fab026-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/ba8d869
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/ba8d869/README.md
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues

9
spotify/CHANGELOG.md Normal file
View file

@ -0,0 +1,9 @@
2018/07/23 17:55 UTC - [7fab026](https://github.com/hassio-addons/addon-spotify-connect/commit/7fab026af1d049bf57d902ea3d7242a8dfd64853) by [@frenck](https://github.com/frenck)
> :tractor: Switches add-on base to Ubuntu
* :tractor: Initial refactor to Ubuntu base
* :rocket: Moves GitLab CI to use Ubuntu
* :ambulance: Fixes typo in Dockerfile

49
spotify/README.md Normal file
View file

@ -0,0 +1,49 @@
# 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]
Lorem ipsum.
## About
Lorem ipsum.
[Click here for the full documentation][docs]
![Spotify Connect][screenshot]
## WARNING! THIS IS AN EDGE VERSION!
This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds
add-ons are based upon the latest development version.
- They may not work at all.
- They might stop working at any time.
- They could have a negative impact on your system.
This repository was created for:
- Anybody willing to test.
- Anybody interested in trying out upcoming add-ons or add-on features.
- Developers.
If you are more interested in stable releases of our add-ons:
<https://github.com/hassio-addons/repository>
[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/7fab026/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-7fab026-blue.svg
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/7fab026
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/master/images/screenshot.jpg

29
spotify/config.json Normal file
View file

@ -0,0 +1,29 @@
{
"name": "Spotify Connect",
"version": "7fab026",
"slug": "spotify",
"description": "Lorem ipsum",
"url": "https://community.home-assistant.io/?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"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)"
},
"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