Skip to content

Commit

Permalink
Revert unrelated changes to const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dknowles2 committed Apr 27, 2024
1 parent b8d18d1 commit 0f92117
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions homeassistant/components/hydrawise/const.py
Expand Up @@ -13,8 +13,6 @@

MANUFACTURER = "Hydrawise"

SCAN_INTERVAL = timedelta(seconds=30)
SCAN_INTERVAL = timedelta(seconds=120)

SIGNAL_UPDATE_HYDRAWISE = "hydrawise_update"

SERVICE_START_WATERING = "start_watering"

0 comments on commit 0f92117

Please sign in to comment.