mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-03 18:51:29 +00:00
27 lines
631 B
YAML
27 lines
631 B
YAML
name: Spotify Connect
|
|
version: 0.14.0
|
|
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
|
|
host_network: true
|
|
audio: true
|
|
init: false
|
|
options:
|
|
name: Home Assistant
|
|
bitrate: 160
|
|
initial_volume: 50
|
|
autoplay: true
|
|
schema:
|
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
|
name: str
|
|
bitrate: list(96|160|320)
|
|
username: str?
|
|
password: password?
|
|
autoplay: bool
|
|
initial_volume: match(^([0-9]|[1-9][0-9]|100)$)?
|
|
image: ghcr.io/hassio-addons/spotify/{arch}
|