mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 15:45:08 +02:00
Increase the Hydrawise refresh frequency from 120s to 30s (#116298)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user