Increase the Hydrawise refresh frequency from 120s to 30s (#116298)

This commit is contained in:
David Knowles 2024-04-27 14:46:58 -04:00 committed by GitHub
parent cbcfd71f3d
commit 83b5ecb36f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,6 @@ DEFAULT_WATERING_TIME = timedelta(minutes=15)
MANUFACTURER = "Hydrawise"
SCAN_INTERVAL = timedelta(seconds=120)
SCAN_INTERVAL = timedelta(seconds=30)
SIGNAL_UPDATE_HYDRAWISE = "hydrawise_update"