Skip to content

Commit

Permalink
feat: allow minimum dataCoordinator update interval at 10 seconds (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehendrix23 authored Feb 21, 2022
1 parent 004f265 commit 0d87757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/tesla_custom/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
DEFAULT_SCAN_INTERVAL = 660
DEFAULT_WAKE_ON_START = False
ERROR_URL_NOT_DETECTED = "url_not_detected"
MIN_SCAN_INTERVAL = 60
MIN_SCAN_INTERVAL = 10

PLATFORMS = [
"sensor",
Expand Down

0 comments on commit 0d87757

Please sign in to comment.