From be51c87f0ce10b19dc9bce7728e87812bcde5873 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:37:39 +0200 Subject: [PATCH] Prepare config https://github.com/alexbelgium/hassio-addons/issues/1354 --- baikal/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/baikal/config.json b/baikal/config.json index e8b97c4f7..56c0f14b8 100644 --- a/baikal/config.json +++ b/baikal/config.json @@ -67,7 +67,8 @@ ], "image": "ghcr.io/alexbelgium/baikal-{arch}", "map": [ - "config:rw", + "addon_config:rw", + "homeassistant_config:rw", "share:rw", "ssl:ro" ],