Fix go2rtc homeassistant config dir (#18017)

This commit is contained in:
Felipe Santos
2025-05-03 13:24:16 -03:00
committed by GitHub
parent fa196f85a7
commit 27d3be0356

View File

@@ -53,7 +53,7 @@ elif go2rtc_config["api"].get("origin") is None:
# Need to set default location for HA config # Need to set default location for HA config
if go2rtc_config.get("hass") is None: 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 # we want to ensure that logs are easy to read
if go2rtc_config.get("log") is None: if go2rtc_config.get("log") is None: