From c59532321efd6ac716703852cf0e9fefb7b1f7d8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 30 Jan 2024 09:48:23 +0100 Subject: [PATCH] Add mapping of addon_config folder https://github.com/alexbelgium/hassio-addons/issues/1058 --- sponsorblockcast/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index 123a673f32f..7377be7a2b1 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -11,6 +11,9 @@ "image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}", "init": false, "name": "Castsponsorskip", + "map": [ + "addon_config:rw" + ], "options": { "CSS_CATEGORIES": "sponsor, intro, outro, selfpromo" }, @@ -25,5 +28,5 @@ "slug": "sponsorblockcast", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast", - "version": "0.7.0-2" + "version": "0.7.0-3" }