mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-03 18:51:29 +00:00
30 lines
626 B
YAML
30 lines
626 B
YAML
name: AirSonos
|
|
version: 4.2.4
|
|
slug: airsonos
|
|
description: AirPlay capabilities for your Sonos (and UPnP) devices.
|
|
url: https://github.com/hassio-addons/addon-airsonos
|
|
codenotary: codenotary@frenck.dev
|
|
startup: services
|
|
init: false
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
- armv7
|
|
hassio_api: true
|
|
host_network: true
|
|
map:
|
|
- addon_config:rw
|
|
- homeassistant_config:rw
|
|
options:
|
|
port: 49152
|
|
latency_rtp: 1000
|
|
latency_http: 2000
|
|
drift: false
|
|
schema:
|
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
|
address: str?
|
|
port: port
|
|
latency_rtp: int
|
|
latency_http: int
|
|
drift: bool
|
|
image: ghcr.io/hassio-addons/airsonos/{arch}
|