mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
30 lines
757 B
JSON
30 lines
757 B
JSON
{
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "skips sponsored YouTube content on all local Chromecasts",
|
|
"environment": {
|
|
"SBCDIR": "/tmp/sponsorblockcast"
|
|
},
|
|
"host_network": true,
|
|
"image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}",
|
|
"init": false,
|
|
"name": "Sponsorblockcast",
|
|
"options": {
|
|
"SBCPOLLINTERVAL": "1",
|
|
"SBCSCANINTERVAL": "300",
|
|
"SBCCATEGORIES": "sponsor"
|
|
},
|
|
"schema": {
|
|
"SBCPOLLINTERVAL": "int",
|
|
"SBCSCANINTERVAL": "int",
|
|
"SBCCATEGORIES": "str",
|
|
"SBCYOUTUBEAPIKEY": "str?"
|
|
},
|
|
"slug": "sponsorblockcast",
|
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast",
|
|
"version": "1.0"
|
|
} |