From 2a5be2e6574f2e78ab500a6344189655d1c01cbd Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Mon, 29 Jan 2024 19:44:05 +0100 Subject: [PATCH] Set polling to 60 seconds --- custom_components/hon/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",