Skip to content

Commit

Permalink
Upgraded fitbit to version 0.2.3 which fixed oauthlib.oauth2.rfc6749…
Browse files Browse the repository at this point in the history
….errors.TokenExpiredError: (token_expired) (#3244)
  • Loading branch information
tchellomello authored and balloob committed Sep 7, 2016
1 parent d53d8f5 commit fb719f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/fitbit.py
Expand Up @@ -16,7 +16,7 @@
from homeassistant.components.http import HomeAssistantView

_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ["fitbit==0.2.2"]
REQUIREMENTS = ["fitbit==0.2.3"]
DEPENDENCIES = ["http"]

ICON = "mdi:walk"
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -82,7 +82,7 @@ evohomeclient==0.2.5
feedparser==5.2.1

# homeassistant.components.sensor.fitbit
fitbit==0.2.2
fitbit==0.2.3

# homeassistant.components.sensor.fixer
fixerio==0.1.1
Expand Down

0 comments on commit fb719f5

Please sign in to comment.