From 732110b4c3218c346327f267cf04c6c335204a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Thu, 28 Feb 2019 01:33:26 +0100 Subject: [PATCH] Upgrade tibber lib (#21486) --- homeassistant/components/tibber/__init__.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/tibber/__init__.py b/homeassistant/components/tibber/__init__.py index ba9ae43f13b..f254774eea4 100644 --- a/homeassistant/components/tibber/__init__.py +++ b/homeassistant/components/tibber/__init__.py @@ -11,7 +11,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.9.4'] +REQUIREMENTS = ['pyTibber==0.9.6'] DOMAIN = 'tibber' diff --git a/requirements_all.txt b/requirements_all.txt index 26882cace9c..2354019908e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -909,7 +909,7 @@ pyRFXtrx==0.23 # pySwitchmate==0.4.5 # homeassistant.components.tibber -pyTibber==0.9.4 +pyTibber==0.9.6 # homeassistant.components.switch.dlink pyW215==0.6.0