mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Increase the Hydrawise refresh frequency from 120s to 30s (#116298)
This commit is contained in:
parent
cbcfd71f3d
commit
83b5ecb36f
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user