Skip to content

Commit

Permalink
💲 updated scan interval
Browse files Browse the repository at this point in the history
  • Loading branch information
iantrich authored Jan 25, 2019
1 parent 9156910 commit a9e83fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/personalcapital/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
ATTR_CREDIT = 'credit'
ATTR_LOAN = 'loan'

SCAN_INTERVAL = timedelta(minutes=30)
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)
SCAN_INTERVAL = timedelta(minutes=5)
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=30)

SENSOR_TYPES = {
ATTR_INVESTMENT: ['INVESTMENT', '', 'investmentAccountsTotal', 'Investment', False],
Expand Down

0 comments on commit a9e83fe

Please sign in to comment.