🎉 Release of add-on AirCast 0.3.0

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

View file

@ -38,6 +38,19 @@ https://github.com/hassio-addons/repository-beta
## Add-ons provided by this repository ## Add-ons provided by this repository
### ✓ [AirCast][addon-aircast]
![Latest Version][aircast-version-shield]
![Supports armhf Architecture][aircast-armhf-shield]
![Supports aarch64 Architecture][aircast-aarch64-shield]
![Supports amd64 Architecture][aircast-amd64-shield]
![Supports i386 Architecture][aircast-i386-shield]
![Docker Pulls][aircast-pulls-shield]
AirPlay capabilities for your Chromecast devices.
[:books: AirCast add-on documentation][addon-doc-aircast]
## Releases ## Releases
Releases are based on [Semantic Versioning][semver], and use the format Releases are based on [Semantic Versioning][semver], and use the format
@ -66,6 +79,7 @@ You could also open an issue here on GitHub. Note, we use a separate
GitHub repository for each add-on. Please ensure you are creating the issue GitHub repository for each add-on. Please ensure you are creating the issue
on the correct GitHub repository matching the add-on. on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: AirCast][aircast-issue]
For a general repository issue or add-on ideas [open an issue here][issue] For a general repository issue or add-on ideas [open an issue here][issue]
@ -115,6 +129,15 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
[addon-aircast]: https://github.com/hassio-addons/addon-aircast/tree/v0.3.0
[addon-doc-aircast]: https://github.com/hassio-addons/addon-aircast/blob/v0.3.0/README.md
[aircast-issue]: https://github.com/hassio-addons/addon-aircast/issues
[aircast-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
[aircast-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/aircast-armhf.svg
[aircast-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[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
[awesome-shield]: https://img.shields.io/badge/awesome%3F-yes-brightgreen.svg [awesome-shield]: https://img.shields.io/badge/awesome%3F-yes-brightgreen.svg
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e [discord]: https://discord.gg/c5DvZ4e

13
aircast/CHANGELOG.md Normal file
View file

@ -0,0 +1,13 @@
[Full Changelog][v0.2.0-v0.3.0]
### Added
- Adds add-on icon
### Changed
- Upgrades add-on base image to v1.0.0
- Upgrades AirCast server to v0.2.0.5
- Optimizes add-on logo
[v0.2.0-v0.3.0]: https://github.com/hassio-addons/addon-aircast/compare/v0.2.0...v0.3.0

30
aircast/config.json Normal file
View file

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

BIN
aircast/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
aircast/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB