mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on AirSonos 3.5.2
This commit is contained in:
parent
c6e63cdbcd
commit
93f0fb06ca
5 changed files with 26 additions and 26 deletions
|
@ -719,10 +719,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/v3.5.1
|
||||
[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/v3.5.1/README.md
|
||||
[addon-airsonos]: https://github.com/hassio-addons/addon-airsonos/tree/v3.5.2
|
||||
[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/v3.5.2/README.md
|
||||
[airsonos-issue]: https://github.com/hassio-addons/addon-airsonos/issues
|
||||
[airsonos-version-shield]: https://img.shields.io/badge/version-v3.5.1-blue.svg
|
||||
[airsonos-version-shield]: https://img.shields.io/badge/version-v3.5.2-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
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🔨 Migrate old-style S6 scripts to s6-rc.d @frenck (#121)
|
||||
- 🎆 Updates maintenance/license year to 2023 @frenck ([#126](https://github.com/hassio-addons/addon-airsonos/pull/126))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades add-on base image to 6.2.0 @frenck (#120)
|
||||
- ⬆️ Upgrades AirConnect to 1.0.13 @frenck (#122)
|
||||
- ⬆️ Upgrades add-on base image to 6.2.3 @frenck ([#127](https://github.com/hassio-addons/addon-airsonos/pull/127))
|
||||
- ⬆️ Upgrades AirConnect to 1.0.14 @frenck ([#128](https://github.com/hassio-addons/addon-airsonos/pull/128))
|
||||
|
|
|
@ -219,7 +219,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017-2022 Franck Nijhof
|
||||
Copyright (c) 2017-2023 Franck Nijhof
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -48,9 +48,9 @@ If you are more interested in stable releases of our add-ons:
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-airsonos/36796?u=frenck
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[github-sponsors]: https://github.com/sponsors/frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
|
||||
[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-v3.5.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-airsonos/tree/v3.5.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.5.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-airsonos/tree/v3.5.2
|
|
@ -1,30 +1,30 @@
|
|||
name: AirSonos
|
||||
version: 3.5.2
|
||||
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: 3.5.1
|
||||
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