From 16ab79979890442dcc328d03e453d64db15526f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Fri, 4 Jan 2019 17:59:46 +0100 Subject: [PATCH] Upgrade tibber library (#19768) --- 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 6fe513d89a5..8967021a0cf 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.7'] +REQUIREMENTS = ['pyTibber==0.9.0'] DOMAIN = 'tibber' diff --git a/requirements_all.txt b/requirements_all.txt index 4b11cbd67d9..4242e0b38d1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -876,7 +876,7 @@ pyRFXtrx==0.23 pySwitchmate==0.4.4 # homeassistant.components.tibber -pyTibber==0.8.7 +pyTibber==0.9.0 # homeassistant.components.switch.dlink pyW215==0.6.0