mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 08:51:46 -04:00
Increase Hot Spring polling interval to 60 seconds (#182150)
This commit is contained in:
@@ -6,4 +6,4 @@ import logging
|
||||
DOMAIN = "hotspring"
|
||||
|
||||
LOGGER = logging.getLogger(__package__)
|
||||
SCAN_INTERVAL = timedelta(seconds=30)
|
||||
SCAN_INTERVAL = timedelta(seconds=60)
|
||||
|
||||
Reference in New Issue
Block a user