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
parent
006376fc49
commit
67d8acf9cc
|
|
@ -9,6 +9,10 @@ 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"
|
||||||
|
|
||||||
|
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"
|
ICON = "mdi:weather"
|
||||||
|
|
||||||
API_KEY = "API_KEY"
|
API_KEY = "API_KEY"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue