Merge pull request #977 from bruvv/patch-3

[Sponserblock] added only categories as option
This commit is contained in:
Alexandre
2023-09-02 17:16:57 +02:00
committed by GitHub

View File

@@ -14,20 +14,15 @@
"init": false, "init": false,
"name": "Castsponsorskip", "name": "Castsponsorskip",
"options": { "options": {
"CSS_CATEGORIES": "sponsor, into, outro, selfpromo", "CSS_CATEGORIES": "sponsor, into, outro, selfpromo"
"CSS_DISCOVER_INTERVAL": "5m",
"CSS_PAUSED_INTERVAL": "1m",
"CSS_PLAYING_INTERVAL": "1s",
"CSS_YOUTUBE_API_KEY": "",
"CSS_MUTE_ADS": "true"
}, },
"schema": { "schema": {
"CSS_CATEGORIES": "str", "CSS_CATEGORIES": "str",
"CSS_DISCOVER_INTERVAL": "str", "CSS_DISCOVER_INTERVAL": "str?",
"CSS_PAUSED_INTERVAL": "str", "CSS_PAUSED_INTERVAL": "str?",
"CSS_PLAYING_INTERVAL": "str", "CSS_PLAYING_INTERVAL": "str?",
"CSS_YOUTUBE_API_KEY": "str", "CSS_YOUTUBE_API_KEY": "str?",
"CSS_MUTE_ADS": "bool" "CSS_MUTE_ADS": "bool?"
}, },
"slug": "sponsorblockcast", "slug": "sponsorblockcast",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast",