⬆️ Updating add-on Spotify Connect to f781375

This commit is contained in:
Community Hass.io Add-ons Bot 2025-02-14 13:53:30 +00:00
parent 9a69ee7150
commit 53558c0874
8 changed files with 19 additions and 14 deletions

View file

@ -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/e4d5bae
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/e4d5bae/README.md
[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/f781375
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/f781375/README.md
[spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues
[spotify-version-shield]: https://img.shields.io/badge/version-e4d5bae-blue.svg
[spotify-version-shield]: https://img.shields.io/badge/version-f781375-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

View file

@ -1,4 +1,9 @@
# Changelog since v0.13.0
- Fix problem with declaring bash variable with dash (#286)
* fix: initial volume variable name
* chore: it consistent with config
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.1.5 (#285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

View file

@ -35,7 +35,7 @@ Example add-on configuration:
log_level: info
name: HomeAssistant
bitrate: 320
initial-volume: 50
initial_volume: 50
username: frenck@example.com
password: MySpotifyPassword
autoplay: true
@ -76,12 +76,12 @@ however, the add-on consumes more data.
Valid values: `96`, `160` (default) or `320`.
### Option: `initial-volume`
### Option: `initial_volume`
Initial volume in % from 0-100. This setting takes effect when the addon starts or
recovers from a crash.
initial-volume: 50 # Optional
initial_volume: 50 # Optional
### Option: `username`

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

View file

@ -1,5 +1,5 @@
name: Spotify Connect
version: e4d5bae
version: f781375
slug: spotify
description: Play Spotify music on your Home Assistant device
url: https://github.com/hassio-addons/addon-spotify-connect
@ -14,7 +14,7 @@ init: false
options:
name: Home Assistant
bitrate: 160
initial-volume: 50
initial_volume: 50
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)?
name: str
@ -22,5 +22,5 @@ schema:
username: str?
password: password?
autoplay: bool
initial-volume: match(^([0-9]|[1-9][0-9]|100)$)?
initial_volume: match(^([0-9]|[1-9][0-9]|100)$)?
image: ghcr.io/hassio-addons/spotify/{arch}

View file

@ -14,7 +14,7 @@ configuration:
description: >-
The bitrate Spotify should use. The higher, the better the sound quality,
however, the add-on consumes more data.
initial-volume:
initial_volume:
name: Initial Volume
description: >-
Initial volume in % from 0-100.

View file

@ -14,7 +14,7 @@ configuration:
description: >-
A Spotify által használt bitráta beállítása. Minél magasabb, annál jobb
minőségű, viszont ez nagyobb adatforgalommal jár.
initial-volume:
initial_volume:
name: Kezdeti térfogat
description: >-
Kezdeti térfogat %-ban 0-100 között.

View file

@ -14,7 +14,7 @@ configuration:
description: >-
Il bitrate che Spotify dovrebbe usare. Piú é alto, migliore é la qualitá sonora,
tuttavia, l'add-on consumerá piú banda.
initial-volume:
initial_volume:
name: Volume Iniziale
description: >-
Volume iniziale in % da 0 a 100.