Increase Hydrawise polling interval to 60 seconds (#128090)

This commit is contained in:
David Knowles 2024-10-10 10:35:33 -04:00 committed by GitHub
parent dd856a9116
commit ebb8ec954d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ DEFAULT_WATERING_TIME = timedelta(minutes=15)
MANUFACTURER = "Hydrawise"
SCAN_INTERVAL = timedelta(seconds=30)
SCAN_INTERVAL = timedelta(seconds=60)
SIGNAL_UPDATE_HYDRAWISE = "hydrawise_update"