From 93f0fb06ca3b6fd5145169365f0a960c4817a518 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 14 Mar 2023 11:24:57 +0000 Subject: [PATCH] :tada: Release of add-on AirSonos 3.5.2 --- README.md | 6 +++--- airsonos/CHANGELOG.md | 6 +++--- airsonos/DOCS.md | 2 +- airsonos/README.md | 6 +++--- airsonos/config.yaml | 32 ++++++++++++++++---------------- 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 0e2ad9ae..043579da 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/airsonos/CHANGELOG.md b/airsonos/CHANGELOG.md index fbf6a4df..4ec7950d 100644 --- a/airsonos/CHANGELOG.md +++ b/airsonos/CHANGELOG.md @@ -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)) diff --git a/airsonos/DOCS.md b/airsonos/DOCS.md index 236d91d1..ef4e9cf8 100644 --- a/airsonos/DOCS.md +++ b/airsonos/DOCS.md @@ -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 diff --git a/airsonos/README.md b/airsonos/README.md index 30375d72..c04d8f25 100644 --- a/airsonos/README.md +++ b/airsonos/README.md @@ -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 \ No newline at end of file +[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 \ No newline at end of file diff --git a/airsonos/config.yaml b/airsonos/config.yaml index 873e9808..90b07a29 100644 --- a/airsonos/config.yaml +++ b/airsonos/config.yaml @@ -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}