Upgraded fitbit to version 0.2.3 which fixed oauthlib.oauth2.rfc6749.errors.TokenExpiredError: (token_expired) (#3244)
This commit is contained in:
parent
d53d8f5ea9
commit
fb719f530a
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ from homeassistant.loader import get_component
|
|||
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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue