mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 11:01:24 +00:00
🎉 Release of add-on AirCast 2.3.0
This commit is contained in:
parent
462c688dcb
commit
6a5fce77cb
4 changed files with 18 additions and 18 deletions
|
@ -4,14 +4,14 @@ This is a general maintenance release.
|
|||
|
||||
### 🔨 Changed
|
||||
|
||||
- :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
|
||||
- :pencil2: Fixes a typo in the add-on install 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-aircast/compare/v2.2.1...v2.2.2
|
||||
[changelog]: https://github.com/hassio-addons/addon-aircast/compare/v2.2.2...v2.3.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Community Hass.io Add-ons: AirCast
|
||||
# Home Assistant Community Add-on: AirCast
|
||||
|
||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
|
@ -24,7 +24,7 @@ and the real Chromecast player.
|
|||
|
||||
## WARNING! THIS IS A BETA VERSION!
|
||||
|
||||
This Hass.io Add-ons repository contains beta releases of add-ons.
|
||||
This Home Assistant Add-ons repository contains beta releases of add-ons.
|
||||
|
||||
- They might stop working at any time.
|
||||
- They could have a negative impact on your system.
|
||||
|
@ -40,14 +40,14 @@ If you are more interested in stable releases of our add-ons:
|
|||
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-aircast/blob/v2.2.2/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-aircast/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-aircast/36742?u=frenck
|
||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-aircast/36742?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-aircast/tree/v2.2.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.3.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-aircast/tree/v2.3.0
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "AirCast",
|
||||
"version": "2.2.2",
|
||||
"version": "2.3.0",
|
||||
"slug": "aircast",
|
||||
"description": "AirPlay capabilities for your Chromecast devices.",
|
||||
"url": "https://github.com/hassio-addons/addon-aircast",
|
||||
|
@ -25,7 +25,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",
|
||||
"latency_rtp": "int",
|
||||
"latency_http": "int",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue