diff --git a/README.md b/README.md index af280af1..482c0776 100644 --- a/README.md +++ b/README.md @@ -785,10 +785,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/v2.2.2 -[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/v2.2.2/README.md +[addon-airsonos]: https://github.com/hassio-addons/addon-airsonos/tree/v2.3.0 +[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/v2.3.0/README.md [airsonos-issue]: https://github.com/hassio-addons/addon-airsonos/issues -[airsonos-version-shield]: https://img.shields.io/badge/version-v2.2.2-blue.svg +[airsonos-version-shield]: https://img.shields.io/badge/version-v2.3.0-blue.svg [airsonos-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/airsonos-amd64.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 diff --git a/airsonos/CHANGELOG.md b/airsonos/CHANGELOG.md index c6ac9f14..f9e261bd 100644 --- a/airsonos/CHANGELOG.md +++ b/airsonos/CHANGELOG.md @@ -4,13 +4,14 @@ This is a general maintenance release. ### :hammer: Changes -- :fireworks: Updates maintenance/license year to 2020 -- :pencil2: Funding adjustments -- :pencil2: Fixes some spelling and grammar -- :arrow_up: Upgrades add-on base image to v4.0.3 -- :books: Adjust add-on installation instructions +- :hammer: Update add-on config with new password & list features +- :books: Update add-on documentation to use new YAML configuration format +- :hammer: Re-branding +- :arrow_up: Upgrades add-on base image to v5.0.1 +- :hammer: Update community forum links +- :arrow_up: Upgrades AirConnect to 0.2.24.1 -[changelog]: https://github.com/hassio-addons/addon-airsonos/compare/v2.2.1...v2.2.2 +[changelog]: https://github.com/hassio-addons/addon-airsonos/compare/v2.2.2...v2.3.0 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: diff --git a/airsonos/README.md b/airsonos/README.md index 1540d2af..f5c0005b 100644 --- a/airsonos/README.md +++ b/airsonos/README.md @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: AirSonos +# Home Assistant Community Add-on: AirSonos [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -27,14 +27,14 @@ Since Sonos uses UPnP, the add-on might also work for other UPnP players [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-airsonos/blob/v2.2.2/README.md +[docs]: https://github.com/hassio-addons/addon-airsonos/blob/v2.3.0/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg -[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-airsonos/36796?u=frenck +[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/2020.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-v2.2.2-blue.svg -[release]: https://github.com/hassio-addons/addon-airsonos/tree/v2.2.2 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v2.3.0-blue.svg +[release]: https://github.com/hassio-addons/addon-airsonos/tree/v2.3.0 \ No newline at end of file diff --git a/airsonos/config.json b/airsonos/config.json index 383ab33d..15494dd5 100644 --- a/airsonos/config.json +++ b/airsonos/config.json @@ -1,6 +1,6 @@ { "name": "AirSonos", - "version": "2.2.2", + "version": "2.3.0", "slug": "airsonos", "description": "AirPlay capabilities for your Sonos (and UPnP) devices.", "url": "https://github.com/hassio-addons/addon-airsonos", @@ -26,7 +26,7 @@ "drift": false }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", + "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "address": "str", "port": "port", "latency_rtp": "int",