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 f781375
This commit is contained in:
parent
9a69ee7150
commit
53558c0874
8 changed files with 19 additions and 14 deletions
|
@ -1050,10 +1050,10 @@ SOFTWARE.
|
||||||
[sonarr-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||||
[sonarr-i386-shield]: https://img.shields.io/badge/i386-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-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/f781375
|
||||||
[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/e4d5bae/README.md
|
[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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[spotify-amd64-shield]: https://img.shields.io/badge/amd64-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
|
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
# Changelog since v0.13.0
|
# 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)
|
- ⬆️ 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>
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||||
|
|
|
@ -35,7 +35,7 @@ Example add-on configuration:
|
||||||
log_level: info
|
log_level: info
|
||||||
name: HomeAssistant
|
name: HomeAssistant
|
||||||
bitrate: 320
|
bitrate: 320
|
||||||
initial-volume: 50
|
initial_volume: 50
|
||||||
username: frenck@example.com
|
username: frenck@example.com
|
||||||
password: MySpotifyPassword
|
password: MySpotifyPassword
|
||||||
autoplay: true
|
autoplay: true
|
||||||
|
@ -76,12 +76,12 @@ however, the add-on consumes more data.
|
||||||
|
|
||||||
Valid values: `96`, `160` (default) or `320`.
|
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
|
Initial volume in % from 0-100. This setting takes effect when the addon starts or
|
||||||
recovers from a crash.
|
recovers from a crash.
|
||||||
|
|
||||||
initial-volume: 50 # Optional
|
initial_volume: 50 # Optional
|
||||||
|
|
||||||
### Option: `username`
|
### Option: `username`
|
||||||
|
|
||||||
|
|
|
@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[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-shield]: https://img.shields.io/badge/version-f781375-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/e4d5bae
|
[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
|
[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/main/images/screenshot.png
|
|
@ -1,5 +1,5 @@
|
||||||
name: Spotify Connect
|
name: Spotify Connect
|
||||||
version: e4d5bae
|
version: f781375
|
||||||
slug: spotify
|
slug: spotify
|
||||||
description: Play Spotify music on your Home Assistant device
|
description: Play Spotify music on your Home Assistant device
|
||||||
url: https://github.com/hassio-addons/addon-spotify-connect
|
url: https://github.com/hassio-addons/addon-spotify-connect
|
||||||
|
@ -14,7 +14,7 @@ init: false
|
||||||
options:
|
options:
|
||||||
name: Home Assistant
|
name: Home Assistant
|
||||||
bitrate: 160
|
bitrate: 160
|
||||||
initial-volume: 50
|
initial_volume: 50
|
||||||
schema:
|
schema:
|
||||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||||
name: str
|
name: str
|
||||||
|
@ -22,5 +22,5 @@ schema:
|
||||||
username: str?
|
username: str?
|
||||||
password: password?
|
password: password?
|
||||||
autoplay: bool
|
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}
|
image: ghcr.io/hassio-addons/spotify/{arch}
|
||||||
|
|
|
@ -14,7 +14,7 @@ configuration:
|
||||||
description: >-
|
description: >-
|
||||||
The bitrate Spotify should use. The higher, the better the sound quality,
|
The bitrate Spotify should use. The higher, the better the sound quality,
|
||||||
however, the add-on consumes more data.
|
however, the add-on consumes more data.
|
||||||
initial-volume:
|
initial_volume:
|
||||||
name: Initial Volume
|
name: Initial Volume
|
||||||
description: >-
|
description: >-
|
||||||
Initial volume in % from 0-100.
|
Initial volume in % from 0-100.
|
||||||
|
|
|
@ -14,7 +14,7 @@ configuration:
|
||||||
description: >-
|
description: >-
|
||||||
A Spotify által használt bitráta beállítása. Minél magasabb, annál jobb
|
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.
|
minőségű, viszont ez nagyobb adatforgalommal jár.
|
||||||
initial-volume:
|
initial_volume:
|
||||||
name: Kezdeti térfogat
|
name: Kezdeti térfogat
|
||||||
description: >-
|
description: >-
|
||||||
Kezdeti térfogat %-ban 0-100 között.
|
Kezdeti térfogat %-ban 0-100 között.
|
||||||
|
|
|
@ -14,7 +14,7 @@ configuration:
|
||||||
description: >-
|
description: >-
|
||||||
Il bitrate che Spotify dovrebbe usare. Piú é alto, migliore é la qualitá sonora,
|
Il bitrate che Spotify dovrebbe usare. Piú é alto, migliore é la qualitá sonora,
|
||||||
tuttavia, l'add-on consumerá piú banda.
|
tuttavia, l'add-on consumerá piú banda.
|
||||||
initial-volume:
|
initial_volume:
|
||||||
name: Volume Iniziale
|
name: Volume Iniziale
|
||||||
description: >-
|
description: >-
|
||||||
Volume iniziale in % da 0 a 100.
|
Volume iniziale in % da 0 a 100.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue