mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on AirSonos to 4d24483
This commit is contained in:
parent
065c425729
commit
14628eb4fe
4 changed files with 22 additions and 21 deletions
|
@ -742,10 +742,10 @@ SOFTWARE.
|
|||
[aircast-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[aircast-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[aircast-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-airsonos]: https://github.com/hassio-addons/addon-airsonos/tree/2c8fe99
|
||||
[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/2c8fe99/README.md
|
||||
[addon-airsonos]: https://github.com/hassio-addons/addon-airsonos/tree/4d24483
|
||||
[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/4d24483/README.md
|
||||
[airsonos-issue]: https://github.com/hassio-addons/addon-airsonos/issues
|
||||
[airsonos-version-shield]: https://img.shields.io/badge/version-2c8fe99-blue.svg
|
||||
[airsonos-version-shield]: https://img.shields.io/badge/version-4d24483-blue.svg
|
||||
[airsonos-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[airsonos-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[airsonos-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Changelog since v3.5.1
|
||||
- ⬆️ Upgrades AirConnect to 1.0.14 (#128)
|
||||
- ⬆️ Upgrades add-on base image to 6.2.3 (#127)
|
||||
- 🎆 Updates maintenance/license year to 2023 (#126)
|
||||
|
|
|
@ -55,5 +55,5 @@ 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-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-2c8fe99-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-airsonos/tree/2c8fe99
|
||||
[release-shield]: https://img.shields.io/badge/version-4d24483-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-airsonos/tree/4d24483
|
|
@ -1,30 +1,30 @@
|
|||
name: AirSonos
|
||||
version: 4d24483
|
||||
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
|
||||
- i386
|
||||
codenotary: codenotary@frenck.dev
|
||||
description: AirPlay capabilities for your Sonos (and UPnP) devices.
|
||||
hassio_api: true
|
||||
host_network: true
|
||||
image: ghcr.io/hassio-addons/airsonos/{arch}
|
||||
init: false
|
||||
map:
|
||||
- config:rw
|
||||
name: AirSonos
|
||||
options:
|
||||
drift: false
|
||||
latency_http: 2000
|
||||
latency_rtp: 1000
|
||||
port: 49152
|
||||
latency_rtp: 1000
|
||||
latency_http: 2000
|
||||
drift: false
|
||||
schema:
|
||||
address: str?
|
||||
drift: bool
|
||||
latency_http: int
|
||||
latency_rtp: int
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
address: str?
|
||||
port: port
|
||||
slug: airsonos
|
||||
startup: services
|
||||
url: https://github.com/hassio-addons/addon-airsonos
|
||||
version: 2c8fe99
|
||||
latency_rtp: int
|
||||
latency_http: int
|
||||
drift: bool
|
||||
image: ghcr.io/hassio-addons/airsonos/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue