diff --git a/custom_components/hon/const.py b/custom_components/hon/const.py index 69bc540..5fbb792 100644 --- a/custom_components/hon/const.py +++ b/custom_components/hon/const.py @@ -7,7 +7,7 @@ from homeassistant.components.climate import ( ) DOMAIN: str = "hon" -UPDATE_INTERVAL: int = 10 +UPDATE_INTERVAL: int = 60 PLATFORMS: list[str] = [ "sensor",