We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9156910 commit a9e83feCopy full SHA for a9e83fe
1 file changed
custom_components/personalcapital/sensor.py
@@ -38,8 +38,8 @@
38
ATTR_CREDIT = 'credit'
39
ATTR_LOAN = 'loan'
40
41
-SCAN_INTERVAL = timedelta(minutes=30)
42
-MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)
+SCAN_INTERVAL = timedelta(minutes=5)
+MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=30)
43
44
SENSOR_TYPES = {
45
ATTR_INVESTMENT: ['INVESTMENT', '', 'investmentAccountsTotal', 'Investment', False],
0 commit comments