mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-03 18:51:32 +00:00
🎉 Release of add-on AirSonos 0.3.1
This commit is contained in:
parent
80257d8ac0
commit
f18c8edddf
5 changed files with 62 additions and 0 deletions
23
README.md
23
README.md
|
@ -54,6 +54,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
|
||||
|
||||
Add-on releases are **NOT** based on [Semantic Versioning][semver], unlike
|
||||
|
@ -75,6 +88,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]
|
||||
|
||||
|
@ -133,6 +147,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
7
airsonos/CHANGELOG.md
Normal 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
32
airsonos/config.json
Normal 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
BIN
airsonos/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
airsonos/logo.png
Normal file
BIN
airsonos/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Loading…
Add table
Add a link
Reference in a new issue