Skip to content

Commit

Permalink
feat: poll twice as often (10 seconds)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanstinator committed Jun 8, 2020
1 parent 565bde5 commit 382143e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/raincloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

SWITCHES = ["auto_watering", "manual_watering"]

SCAN_INTERVAL = timedelta(seconds=20)
SCAN_INTERVAL = timedelta(seconds=10)

SIGNAL_UPDATE_RAINCLOUD = "raincloud_update"

Expand Down

0 comments on commit 382143e

Please sign in to comment.