mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-02 23:30:56 +02:00
Fixed config for CastSponsorBlock
Oke had a small amount of time. Should be ok now.
This commit is contained in:
@@ -14,15 +14,18 @@
|
|||||||
"init": false,
|
"init": false,
|
||||||
"name": "Castsponsorskip",
|
"name": "Castsponsorskip",
|
||||||
"options": {
|
"options": {
|
||||||
"SBCCATEGORIES": "sponsor",
|
"CSS_DISCOVER_INTERVAL": "5m",
|
||||||
"SBCPOLLINTERVAL": "1",
|
"CSS_PAUSED_INTERVAL": "1m",
|
||||||
"SBCSCANINTERVAL": "300"
|
"CSS_PLAYING_INTERVAL": "1s",
|
||||||
|
"CSS_CATEGORIES": "sponsor",
|
||||||
|
"CSS_YOUTUBE_API_KEY": " "
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"SBCCATEGORIES": "str",
|
"CSS_DISCOVER_INTERVAL": "str",
|
||||||
"SBCPOLLINTERVAL": "int",
|
"CSS_PAUSED_INTERVAL": "str",
|
||||||
"SBCSCANINTERVAL": "int",
|
"CSS_PLAYING_INTERVAL": "str",
|
||||||
"SBCYOUTUBEAPIKEY": "str?"
|
"CSS_PLAYING_INTERVAL": "str",
|
||||||
|
"CSS_YOUTUBE_API_KEY": "str?"
|
||||||
},
|
},
|
||||||
"slug": "sponsorblockcast",
|
"slug": "sponsorblockcast",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast",
|
||||||
|
|||||||
Reference in New Issue
Block a user