diff --git a/homeassistant/components/tibber/__init__.py b/homeassistant/components/tibber/__init__.py index 8462b646a22..6fe513d89a5 100644 --- a/homeassistant/components/tibber/__init__.py +++ b/homeassistant/components/tibber/__init__.py @@ -16,7 +16,7 @@ from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, CONF_ACCESS_TOKEN, from homeassistant.helpers import discovery from homeassistant.helpers.aiohttp_client import async_get_clientsession -REQUIREMENTS = ['pyTibber==0.8.6'] +REQUIREMENTS = ['pyTibber==0.8.7'] DOMAIN = 'tibber' diff --git a/requirements_all.txt b/requirements_all.txt index f2bcdc9c14b..f4511de2448 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -867,7 +867,7 @@ pyRFXtrx==0.23 pySwitchmate==0.4.4 # homeassistant.components.tibber -pyTibber==0.8.6 +pyTibber==0.8.7 # homeassistant.components.switch.dlink pyW215==0.6.0