mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 11:01:24 +00:00
🎉 Release of add-on AirCast 0.3.0
This commit is contained in:
parent
7ddfdf1a0a
commit
649260b9a7
5 changed files with 66 additions and 0 deletions
13
aircast/CHANGELOG.md
Normal file
13
aircast/CHANGELOG.md
Normal 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
30
aircast/config.json
Normal 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
BIN
aircast/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
aircast/logo.png
Normal file
BIN
aircast/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Add table
Add a link
Reference in a new issue