🎉 Release of add-on AirCast 3.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-11 08:06:16 +00:00
parent f716cb6b7c
commit a5df09136f
5 changed files with 67 additions and 49 deletions

View file

@ -1,15 +1,39 @@
## Whats changed
## 🚀 Enhancements
- Migrate JSON add-on config to YAML @frenck (#118)
## 🧰 Maintenance
- 🚀 Add-on CI improvements @frenck (#96)
- Switch to centralized GitHub Action Workflows @frenck (#117)
## 📚 Documentation
- 🚑 Fix contributing link in readme @frenck (#98)
## ⬆️ Dependency updates
- ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 @dependabot (#74)
- ⬆️ Bump frenck/action-addon-linter from 2 to 2.1 @dependabot (#75)
- ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#76)
- ⬆️ Bump frenck/action-addon-information from 1.0.0 to 1.1 @dependabot (#77)
- ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 @dependabot (#78)
- ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 @dependabot (#79)
- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#80)
- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#81)
- ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2 @dependabot (#82)
- ⬆️ Upgrades add-on base image to v4.2.1 @frenck (#84)
- ⬆️ Upgrades AirConnect to 0.2.50.5 @frenck (#85)
- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#88)
- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 @dependabot (#89)
- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#90)
- ⬆️ Bump docker/setup-buildx-action from 1.4.1 to 1.5.0 @dependabot (#91)
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#92)
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#93)
- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#95)
- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#94)
- ⬆️ Upgrades add-on base image to v4.2.3 @frenck (#97)
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#99)
- ⬆️ Upgrades add-on base image to v5.0.0 @frenck (#100)
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#101)
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#102)
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#103)
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#104)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#108)
- ⬆️ Upgrades add-on base image to 5.1.1 @frenck (#109)
- ⬆️ Upgrades AirConnect to 0.2.51.1 @frenck (#111)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#113)
- ⬆️ Upgrades base image to 5.2.0 @frenck (#119)
- ⬆️ Upgrades AirConnect to 0.2.51.2 @frenck (#120)
- ⬆️ Upgrades add-on base image to 5.2.2 @frenck (#121)

View file

@ -46,5 +46,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-v3.1.1-blue.svg
[release]: https://github.com/hassio-addons/addon-aircast/tree/v3.1.1
[release-shield]: https://img.shields.io/badge/version-v3.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-aircast/tree/v3.2.0

View file

@ -1,33 +0,0 @@
{
"name": "AirCast",
"version": "3.1.1",
"slug": "aircast",
"description": "AirPlay capabilities for your Chromecast devices.",
"url": "https://github.com/hassio-addons/addon-aircast",
"startup": "services",
"init": false,
"arch": [
"aarch64",
"amd64",
"armv7",
"i386"
],
"hassio_api": true,
"host_network": true,
"map": [
"config:rw"
],
"options": {
"latency_rtp": 0,
"latency_http": 0,
"drift": false
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"address": "str?",
"latency_rtp": "int",
"latency_http": "int",
"drift": "bool"
},
"image": "ghcr.io/hassio-addons/aircast/{arch}"
}

27
aircast/config.yaml Normal file
View file

@ -0,0 +1,27 @@
arch:
- aarch64
- amd64
- armv7
- i386
description: AirPlay capabilities for your Chromecast devices.
hassio_api: true
host_network: true
image: ghcr.io/hassio-addons/aircast/{arch}
init: false
map:
- config:rw
name: AirCast
options:
drift: false
latency_http: 0
latency_rtp: 0
schema:
address: str?
drift: bool
latency_http: int
latency_rtp: int
log_level: list(trace|debug|info|notice|warning|error|fatal)?
slug: aircast
startup: services
url: https://github.com/hassio-addons/addon-aircast
version: 3.2.0