Skip to content

Commit

Permalink
Merge pull request #217 from asd20752/patch-1
Browse files Browse the repository at this point in the history
Rate changes to stay within the rate limits mentioned in #215
  • Loading branch information
dvx76 committed Oct 24, 2023
2 parents 6bde424 + 5337be2 commit f1c750d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/skodaconnect/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

SIGNAL_STATE_UPDATED = f"{DOMAIN}.updated"

MIN_SCAN_INTERVAL = 10
DEFAULT_SCAN_INTERVAL = 60
MIN_SCAN_INTERVAL = 30
DEFAULT_SCAN_INTERVAL = 120

CONVERT_DICT = {
CONF_NO_CONVERSION: "No conversion",
Expand Down

0 comments on commit f1c750d

Please sign in to comment.