From e4f42d12828c4805e8093e8e354957fd2ec6765c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Mon, 21 Jan 2019 16:12:03 +0100 Subject: [PATCH] Update Tibber lib (#20289) --- homeassistant/components/sensor/tibber.py | 2 +- homeassistant/components/tibber/__init__.py | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/sensor/tibber.py b/homeassistant/components/sensor/tibber.py index bc3951f0dea..215cd8a81f5 100644 --- a/homeassistant/components/sensor/tibber.py +++ b/homeassistant/components/sensor/tibber.py @@ -36,7 +36,7 @@ async def async_setup_platform(hass, config, async_add_entities, tibber_connection = hass.data.get(TIBBER_DOMAIN) dev = [] - for home in tibber_connection.get_homes(): + for home in tibber_connection.get_homes(only_active=False): try: await home.update_info() except asyncio.TimeoutError as err: diff --git a/homeassistant/components/tibber/__init__.py b/homeassistant/components/tibber/__init__.py index 850e40d5eeb..91e6ae4bfa8 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.9.2'] +REQUIREMENTS = ['pyTibber==0.9.3'] DOMAIN = 'tibber' diff --git a/requirements_all.txt b/requirements_all.txt index a7ccfc7fe71..eee0529e082 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -879,7 +879,7 @@ pyRFXtrx==0.23 pySwitchmate==0.4.4 # homeassistant.components.tibber -pyTibber==0.9.2 +pyTibber==0.9.3 # homeassistant.components.switch.dlink pyW215==0.6.0