From fa1d4c1ebc6c8ab25a3cac185c76b1b1f00cd8f1 Mon Sep 17 00:00:00 2001 From: gyurix Date: Thu, 17 Oct 2024 17:20:20 +0200 Subject: [PATCH] data directory change --- homeassistant/service-homeassistant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/service-homeassistant.json b/homeassistant/service-homeassistant.json index d675d1f..516304f 100644 --- a/homeassistant/service-homeassistant.json +++ b/homeassistant/service-homeassistant.json @@ -32,7 +32,7 @@ "NETWORK": "host", "VOLUMES": [ { - "SOURCE": "/etc/user/config/homeassistant/config", + "SOURCE": "/etc/user/data/homeassistant/config", "DEST": "/config", "TYPE": "rw" }