mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on AirSonos to 2699407
This commit is contained in:
parent
3dcfa76778
commit
19ba6dde34
5 changed files with 36 additions and 40 deletions
|
@ -728,10 +728,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/2743a55
|
||||
[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/2743a55/README.md
|
||||
[addon-airsonos]: https://github.com/hassio-addons/addon-airsonos/tree/2699407
|
||||
[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/2699407/README.md
|
||||
[airsonos-issue]: https://github.com/hassio-addons/addon-airsonos/issues
|
||||
[airsonos-version-shield]: https://img.shields.io/badge/version-2743a55-blue.svg
|
||||
[airsonos-version-shield]: https://img.shields.io/badge/version-2699407-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
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# Changelog since v3.1.1
|
||||
- ⬆️ Upgrades add-on base image to 5.2.0 (#100)
|
||||
- Migrate JSON add-on config to YAML (#99)
|
||||
- Switch to centralized GitHub Action Workflows (#98)
|
||||
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#95)
|
||||
|
||||
|
|
|
@ -52,5 +52,5 @@ If you are more interested in stable releases of our add-ons:
|
|||
[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-2743a55-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-airsonos/tree/2743a55
|
||||
[release-shield]: https://img.shields.io/badge/version-2699407-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-airsonos/tree/2699407
|
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
"name": "AirSonos",
|
||||
"version": "2743a55",
|
||||
"slug": "airsonos",
|
||||
"description": "AirPlay capabilities for your Sonos (and UPnP) devices.",
|
||||
"url": "https://github.com/hassio-addons/addon-airsonos",
|
||||
"startup": "services",
|
||||
"init": false,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"hassio_api": true,
|
||||
"host_network": true,
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"options": {
|
||||
"port": 49152,
|
||||
"latency_rtp": 1000,
|
||||
"latency_http": 2000,
|
||||
"drift": false
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"address": "str?",
|
||||
"port": "port",
|
||||
"latency_rtp": "int",
|
||||
"latency_http": "int",
|
||||
"drift": "bool"
|
||||
},
|
||||
"image": "ghcr.io/hassio-addons/airsonos/{arch}"
|
||||
}
|
29
airsonos/config.yaml
Normal file
29
airsonos/config.yaml
Normal file
|
@ -0,0 +1,29 @@
|
|||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
- i386
|
||||
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
|
||||
schema:
|
||||
address: str?
|
||||
drift: bool
|
||||
latency_http: int
|
||||
latency_rtp: int
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
port: port
|
||||
slug: airsonos
|
||||
startup: services
|
||||
url: https://github.com/hassio-addons/addon-airsonos
|
||||
version: '2699407'
|
Loading…
Add table
Add a link
Reference in a new issue