Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 7b5b98a

Browse files
authored
Update untappd.py
1 parent 17ef0a5 commit 7b5b98a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/sensor/untappd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
ATTR_LEVEL = 'level'
4444
ATTR_DESCRIPTION = 'description'
4545

46-
SCAN_INTERVAL = timedelta(seconds=120)
46+
SCAN_INTERVAL = timedelta(seconds=300)
4747

4848
ICON = 'mdi:untappd'
4949

@@ -141,7 +141,7 @@ def device_state_attributes(self):
141141
ATTR_TOTAL_CHECKINS: self._total_checkins,
142142
ATTR_TOTAL_CREATED_BEERS: self._total_created_beers,
143143
ATTR_TOTAL_FRIENDS: self._total_friends,
144-
ATTR_TOTAL_FOLLOWINGS: self._total_followers,
144+
ATTR_TOTAL_FOLLOWINGS: self._total_followings,
145145
ATTR_TOTAL_PHOTOS: self._total_photos,
146146
}
147147

0 commit comments

Comments
 (0)