[Sponserblock] added only categories as option

Hide the other stuff, is this the way to do it @alexbelgium ? I just wnat the css_categories to be visible by default
This commit is contained in:
bruvv
2023-09-02 11:36:49 +00:00
committed by GitHub
parent ab4c0371f1
commit d67dad369c

View File

@@ -23,11 +23,11 @@
},
"schema": {
"CSS_CATEGORIES": "str",
"CSS_DISCOVER_INTERVAL": "str",
"CSS_PAUSED_INTERVAL": "str",
"CSS_PLAYING_INTERVAL": "str",
"CSS_YOUTUBE_API_KEY": "str",
"CSS_MUTE_ADS": "bool"
"CSS_DISCOVER_INTERVAL": "str?",
"CSS_PAUSED_INTERVAL": "str?",
"CSS_PLAYING_INTERVAL": "str?",
"CSS_YOUTUBE_API_KEY": "str?",
"CSS_MUTE_ADS": "bool?"
},
"slug": "sponsorblockcast",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast",