mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
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
@ -16,7 +16,7 @@ from homeassistant.loader import get_component
|
|||||||
from homeassistant.components.http import HomeAssistantView
|
from homeassistant.components.http import HomeAssistantView
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
REQUIREMENTS = ["fitbit==0.2.2"]
|
REQUIREMENTS = ["fitbit==0.2.3"]
|
||||||
DEPENDENCIES = ["http"]
|
DEPENDENCIES = ["http"]
|
||||||
|
|
||||||
ICON = "mdi:walk"
|
ICON = "mdi:walk"
|
||||||
|
@ -82,7 +82,7 @@ evohomeclient==0.2.5
|
|||||||
feedparser==5.2.1
|
feedparser==5.2.1
|
||||||
|
|
||||||
# homeassistant.components.sensor.fitbit
|
# homeassistant.components.sensor.fitbit
|
||||||
fitbit==0.2.2
|
fitbit==0.2.3
|
||||||
|
|
||||||
# homeassistant.components.sensor.fixer
|
# homeassistant.components.sensor.fixer
|
||||||
fixerio==0.1.1
|
fixerio==0.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user