Update config.json

This commit is contained in:
bruvv
2023-09-02 11:25:21 +00:00
committed by GitHub
parent 94cecebee2
commit eaada6bfea

View File

@@ -18,14 +18,16 @@
"CSS_DISCOVER_INTERVAL": "5m", "CSS_DISCOVER_INTERVAL": "5m",
"CSS_PAUSED_INTERVAL": "1m", "CSS_PAUSED_INTERVAL": "1m",
"CSS_PLAYING_INTERVAL": "1s", "CSS_PLAYING_INTERVAL": "1s",
"CSS_YOUTUBE_API_KEY": " " "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"
}, },
"slug": "sponsorblockcast", "slug": "sponsorblockcast",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast",