From d67dad369cafcf5a5e05d74d49bdef1ff5da9059 Mon Sep 17 00:00:00 2001 From: bruvv <3063928+bruvv@users.noreply.github.com> Date: Sat, 2 Sep 2023 11:36:49 +0000 Subject: [PATCH] [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 --- sponsorblockcast/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index a83c454cb..e751a9883 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -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",