🎉 Release of add-on AirSonos 0.3.1

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-09 20:53:51 +00:00
parent 649260b9a7
commit 91e3c29ac2
5 changed files with 62 additions and 0 deletions

View file

@ -51,6 +51,19 @@ AirPlay capabilities for your Chromecast devices.
[:books: AirCast add-on documentation][addon-doc-aircast]
### ✓ [AirSonos][addon-airsonos]
![Latest Version][airsonos-version-shield]
![Supports armhf Architecture][airsonos-armhf-shield]
![Supports aarch64 Architecture][airsonos-aarch64-shield]
![Supports amd64 Architecture][airsonos-amd64-shield]
![Supports i386 Architecture][airsonos-i386-shield]
![Docker Pulls][airsonos-pulls-shield]
AirPlay capabilities for your Sonos (and UPnP) devices.
[:books: AirSonos add-on documentation][addon-doc-airsonos]
## Releases
Releases are based on [Semantic Versioning][semver], and use the format
@ -80,6 +93,7 @@ GitHub repository for each add-on. Please ensure you are creating the issue
on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: AirCast][aircast-issue]
- [Open an issue for the add-on: AirSonos][airsonos-issue]
For a general repository issue or add-on ideas [open an issue here][issue]
@ -138,6 +152,15 @@ SOFTWARE.
[aircast-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[aircast-armhf-shield]: https://img.shields.io/badge/armhf-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/v0.3.1
[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/v0.3.1/README.md
[airsonos-issue]: https://github.com/hassio-addons/addon-airsonos/issues
[airsonos-version-shield]: https://img.shields.io/badge/version-v0.3.1-blue.svg
[airsonos-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/airsonos-armhf.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-yes-green.svg
[airsonos-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[awesome-shield]: https://img.shields.io/badge/awesome%3F-yes-brightgreen.svg
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e

7
airsonos/CHANGELOG.md Normal file
View file

@ -0,0 +1,7 @@
[Full Changelog][v0.3.0-v0.3.1]
### Fixed
- Fixes executable permission issue on amd64
[v0.3.0-v0.3.1]: https://github.com/hassio-addons/addon-airsonos/compare/v0.3.0...v0.3.1

32
airsonos/config.json Normal file
View file

@ -0,0 +1,32 @@
{
"name": "AirSonos",
"version": "0.3.1",
"slug": "airsonos",
"description": "AirPlay capabilities for your Sonos (and UPnP) devices.",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-airsonos/36796?u=frenck",
"startup": "services",
"boot": "auto",
"hassio_api": true,
"homeassistant_api": false,
"host_network": true,
"options": {
"log_level": "info",
"address": "",
"port": 49152,
"latency_rtp": 1000,
"latency_http": 2000,
"drift": false
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"address": "str",
"port": "port",
"latency_rtp": "int",
"latency_http": "int",
"drift": "bool"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/airsonos-{arch}"
}

BIN
airsonos/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
airsonos/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB