mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Increase Hydrawise polling interval to 60 seconds (#128090)
This commit is contained in:
parent
dd856a9116
commit
ebb8ec954d
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user