From 3d112757d0ea5917a95788f37f7fd3cdf242560b Mon Sep 17 00:00:00 2001 From: Lukas Svoboda Date: Sat, 15 Mar 2025 15:44:57 +0100 Subject: [PATCH] Update const.py Update path to database as it differs in development installation. --- custom_components/sws12500/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/sws12500/const.py b/custom_components/sws12500/const.py index 14cffb6..a3c3a42 100644 --- a/custom_components/sws12500/const.py +++ b/custom_components/sws12500/const.py @@ -7,7 +7,7 @@ DOMAIN = "sws12500" DEFAULT_URL = "/weatherstation/updateweatherstation.php" WSLINK_URL = "/data/upload.php" WINDY_URL = "https://stations.windy.com/pws/update/" -DATABASE_PATH = "./config/home-assistant_v2.db" +DATABASE_PATH = "/config/home-assistant_v2.db" ICON = "mdi:weather"