From 27d3be0356f92a14899f196de785dd804c9ff992 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sat, 3 May 2025 13:24:16 -0300 Subject: [PATCH] Fix go2rtc homeassistant config dir (#18017) --- docker/main/rootfs/usr/local/go2rtc/create_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/rootfs/usr/local/go2rtc/create_config.py b/docker/main/rootfs/usr/local/go2rtc/create_config.py index dc136b611..21da66f3e 100644 --- a/docker/main/rootfs/usr/local/go2rtc/create_config.py +++ b/docker/main/rootfs/usr/local/go2rtc/create_config.py @@ -53,7 +53,7 @@ elif go2rtc_config["api"].get("origin") is None: # Need to set default location for HA config if go2rtc_config.get("hass") is None: - go2rtc_config["hass"] = {"config": "/config"} + go2rtc_config["hass"] = {"config": "/homeassistant"} # we want to ensure that logs are easy to read if go2rtc_config.get("log") is None: