33 lines
705 B
JSON
33 lines
705 B
JSON
{
|
|
"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}"
|
|
} |