Skip to content

Commit

Permalink
Increase Hydrawise polling interval to 60 seconds (#128090)
Browse files Browse the repository at this point in the history
  • Loading branch information
dknowles2 authored and frenck committed Oct 11, 2024
1 parent ee9525c commit 92b67ea
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"

SCAN_INTERVAL = timedelta(seconds=30)
SCAN_INTERVAL = timedelta(seconds=60)

SIGNAL_UPDATE_HYDRAWISE = "hydrawise_update"

Expand Down

0 comments on commit 92b67ea

Please sign in to comment.