mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on Spotify Connect to 2b46d0d
This commit is contained in:
parent
07aaff8c20
commit
30bb8af94c
4 changed files with 21 additions and 22 deletions
|
@ -958,10 +958,10 @@ SOFTWARE.
|
|||
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[ssh-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[ssh-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/4938015
|
||||
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/4938015/README.md
|
||||
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/2b46d0d
|
||||
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/2b46d0d/README.md
|
||||
[spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues
|
||||
[spotify-version-shield]: https://img.shields.io/badge/version-4938015-blue.svg
|
||||
[spotify-version-shield]: https://img.shields.io/badge/version-2b46d0d-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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue