mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 11:11:25 +00:00
⬆️ Updating add-on Spotify Connect to 62ce0d1
This commit is contained in:
parent
1fa094a7e1
commit
e939499032
4 changed files with 8 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue