⬆️ Updating add-on Spotify Connect to 2b46d0d

This commit is contained in:
Community Hass.io Add-ons Bot 2023-03-25 19:25:35 +00:00
parent 07aaff8c20
commit 30bb8af94c
4 changed files with 21 additions and 22 deletions

View file

@ -1,6 +1,5 @@
# Changelog since v0.12.2
- ⬆️ Upgrades add-on base image to 13.1.3 (#207)
- 🎆 Updates maintenance/license year to 2023 (#206)
- ⬆️ Upgrades add-on base image to 13.0.0 (#199)
- ⬆️ Upgrades add-on base image to 12.2.7 (#197)
- ⬆️ Upgrades add-on base image to 12.2.3 (#188)
# Changelog since v0.12.3
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 (#211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Add Renovate for dependency management (#210)

View file

@ -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-4938015-blue.svg
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/4938015
[release-shield]: https://img.shields.io/badge/version-2b46d0d-blue.svg
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/2b46d0d
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/main/images/screenshot.png

View file

@ -1,24 +1,24 @@
name: Spotify Connect
version: 2b46d0d
slug: spotify
description: Play Spotify music on your Home Assistant device
url: https://github.com/hassio-addons/addon-spotify-connect
codenotary: codenotary@frenck.dev
arch:
- aarch64
- amd64
- armv7
- i386
audio: true
codenotary: codenotary@frenck.dev
description: Play Spotify music on your Home Assistant device
host_network: true
image: ghcr.io/hassio-addons/spotify/{arch}
audio: true
init: false
name: Spotify Connect
options:
bitrate: 160
name: Home Assistant
bitrate: 160
schema:
bitrate: list(96|160|320)
log_level: list(trace|debug|info|notice|warning|error|fatal)?
name: str
password: password?
bitrate: list(96|160|320)
username: str?
slug: spotify
url: https://github.com/hassio-addons/addon-spotify-connect
version: '4938015'
password: password?
image: ghcr.io/hassio-addons/spotify/{arch}