Skip to content

Commit

Permalink
Increase Hydrawise polling time to 5 minutes (home-assistant#130759)
Browse files Browse the repository at this point in the history
  • Loading branch information
dknowles2 authored Nov 16, 2024
1 parent acfc471 commit 9711816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/hydrawise/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

MANUFACTURER = "Hydrawise"

MAIN_SCAN_INTERVAL = timedelta(seconds=60)
MAIN_SCAN_INTERVAL = timedelta(minutes=5)
WATER_USE_SCAN_INTERVAL = timedelta(minutes=60)

SIGNAL_UPDATE_HYDRAWISE = "hydrawise_update"
Expand Down

0 comments on commit 9711816

Please sign in to comment.