mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-06 03:51:27 +00:00
🎉 Release of add-on Spotify Connect 0.2.0
This commit is contained in:
parent
529bbb5755
commit
caf2c44cb6
4 changed files with 32 additions and 10 deletions
|
@ -622,10 +622,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/v0.1.0
|
||||
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.1.0/README.md
|
||||
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.2.0
|
||||
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.2.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-version-shield]: https://img.shields.io/badge/version-v0.2.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
|
||||
|
|
|
@ -1 +1,16 @@
|
|||
Initial release 🎉
|
||||
[Full Changelog][changelog]
|
||||
|
||||
### Added
|
||||
|
||||
- Secrets support and HaveIBeenPwned checks
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrades base image to v2.1.0
|
||||
- Sets default Shell
|
||||
- Less aggressive cleanup
|
||||
- Sets default Shell
|
||||
- Pins Ubuntu packages to specific versions
|
||||
- Updates README and links
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-spotify-connect/compare/v0.1.0...v0.2.0
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
||||
|
||||
[![Support my work on Patreon][patreon-shield]][patreon]
|
||||
|
||||
Play Spotify music on your Home Assistant device.
|
||||
|
||||
## About
|
||||
|
@ -43,13 +45,15 @@ If you are more interested in stable releases of our add-ons:
|
|||
|
||||
[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
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.2.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
|
||||
[patreon-shield]: https://www.frenck.nl/images/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-v0.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.1.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.2.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Spotify Connect",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.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",
|
||||
|
@ -11,6 +11,9 @@
|
|||
"armhf",
|
||||
"i386"
|
||||
],
|
||||
"map": [
|
||||
"config"
|
||||
],
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"homeassistant_api": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue