Increase Hot Spring polling interval to 60 seconds (#182150)

This commit is contained in:
Christophe Gagnier
2026-09-18 10:26:08 +00:00
committed by Franck Nijhof
parent aa43dbdb68
commit 3b972d48e0
+1 -1
View File
@@ -6,4 +6,4 @@ import logging
DOMAIN = "hotspring"
LOGGER = logging.getLogger(__package__)
SCAN_INTERVAL = timedelta(seconds=30)
SCAN_INTERVAL = timedelta(seconds=60)