From e939499032c37f59999b34574ff39f6cbba06a54 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 16 Feb 2025 18:57:20 +0000 Subject: [PATCH] :arrow_up: Updating add-on Spotify Connect to 62ce0d1 --- README.md | 6 +++--- spotify/CHANGELOG.md | 1 + spotify/README.md | 4 ++-- spotify/config.yaml | 3 ++- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 896f9ab90..f432ef35d 100644 --- a/README.md +++ b/README.md @@ -1050,10 +1050,10 @@ SOFTWARE. [sonarr-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [sonarr-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [sonarr-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/ee23526 -[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/ee23526/README.md +[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/62ce0d1 +[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/62ce0d1/README.md [spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues -[spotify-version-shield]: https://img.shields.io/badge/version-ee23526-blue.svg +[spotify-version-shield]: https://img.shields.io/badge/version-62ce0d1-blue.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-no-red.svg diff --git a/spotify/CHANGELOG.md b/spotify/CHANGELOG.md index 0b98a48ab..5cea22ac2 100644 --- a/spotify/CHANGELOG.md +++ b/spotify/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v0.13.0 +- Remove unneeded volume checks (#291) - ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.2.1 (#289) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> diff --git a/spotify/README.md b/spotify/README.md index 98c1ab6e2..5364f1bbd 100644 --- a/spotify/README.md +++ b/spotify/README.md @@ -52,6 +52,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-ee23526-blue.svg -[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/ee23526 +[release-shield]: https://img.shields.io/badge/version-62ce0d1-blue.svg +[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/62ce0d1 [screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/main/images/screenshot.png \ No newline at end of file diff --git a/spotify/config.yaml b/spotify/config.yaml index 7e8a52b33..d8b3d50e1 100644 --- a/spotify/config.yaml +++ b/spotify/config.yaml @@ -1,5 +1,5 @@ name: Spotify Connect -version: ee23526 +version: 62ce0d1 slug: spotify description: Play Spotify music on your Home Assistant device url: https://github.com/hassio-addons/addon-spotify-connect @@ -15,6 +15,7 @@ options: name: Home Assistant bitrate: 160 initial_volume: 50 + autoplay: true schema: log_level: list(trace|debug|info|notice|warning|error|fatal)? name: str