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

pull/116310/head
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
1 changed files with 1 additions and 1 deletions

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"