Skip to content

Commit a9e83fe

Browse files
authored
💲 updated scan interval
1 parent 9156910 commit a9e83fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/personalcapital/sensor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
ATTR_CREDIT = 'credit'
3939
ATTR_LOAN = 'loan'
4040

41-
SCAN_INTERVAL = timedelta(minutes=30)
42-
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)
41+
SCAN_INTERVAL = timedelta(minutes=5)
42+
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=30)
4343

4444
SENSOR_TYPES = {
4545
ATTR_INVESTMENT: ['INVESTMENT', '', 'investmentAccountsTotal', 'Investment', False],

0 commit comments

Comments
 (0)