hass-core/homeassistant/components/suez_water/const.py
jb101010-2 274c928ec0
Add coordinator to suez_water (#129242)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-11-04 12:18:12 +01:00

9 lines
180 B
Python

"""Constants for the Suez Water integration."""
from datetime import timedelta
DOMAIN = "suez_water"
CONF_COUNTER_ID = "counter_id"
DATA_REFRESH_INTERVAL = timedelta(hours=12)