Add constants for `pocasimeteo_cz`

const `POCASI_CZ_URL` added to constants. cont `POCASI_CZ_SEDN_INTERVAL`
and POCASI_CZ_SEND_MINIMUM are added to contants.
feature/pocasi_cz
SchiZzA 2025-11-16 13:13:41 +01:00
parent 006376fc49
commit 67d8acf9cc
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ WSLINK_URL = "/data/upload.php"
WINDY_URL = "https://stations.windy.com/pws/update/"
DATABASE_PATH = "/config/home-assistant_v2.db"
POCASI_CZ_URL: Final = "http://ms.pocasimeteo.cz"
POCASI_CZ_SEND_INTERVAL = 30 # default time to resend data
POCASTI_CZ_SEND_MINIMUM: Final = 12 # minimal time to resend data
ICON = "mdi:weather"
API_KEY = "API_KEY"