mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-07 04:31:25 +00:00
🎉 Release of add-on Spotify Connect 0.3.0
This commit is contained in:
parent
f03b1384cb
commit
3e14ebe9e8
4 changed files with 11 additions and 9 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
### Changed
|
||||
|
||||
- Upgrades base image to v2.1.1
|
||||
- Upgrades Ubuntu Base image to 2.2.0
|
||||
- Adds Hassio API security role
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-spotify-connect/compare/v0.2.0...v0.2.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-spotify-connect/compare/v0.2.1...v0.3.0
|
|
@ -31,13 +31,13 @@ to do is hook up your sound system to the Pi!
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[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.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.3.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.2.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.2.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.3.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Spotify Connect",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.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",
|
||||
|
@ -16,6 +16,7 @@
|
|||
],
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
"host_network": false,
|
||||
"audio": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue