Update const.py

Update path to database as it differs in development installation.
pull/65/head v1.6.1
Lukas Svoboda 2025-03-15 15:44:57 +01:00 committed by GitHub
parent 189777fbdb
commit 3d112757d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ DOMAIN = "sws12500"
DEFAULT_URL = "/weatherstation/updateweatherstation.php" DEFAULT_URL = "/weatherstation/updateweatherstation.php"
WSLINK_URL = "/data/upload.php" WSLINK_URL = "/data/upload.php"
WINDY_URL = "https://stations.windy.com/pws/update/" 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" ICON = "mdi:weather"