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

This commit is contained in:
Christophe Gagnier
2026-09-14 21:56:08 +02:00
committed by GitHub
parent 3c9df295b9
commit d67179d9ae
+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)