Update Tibber lib (#20289)

This commit is contained in:
Daniel Høyer Iversen 2019-01-21 16:12:03 +01:00 committed by GitHub
parent ec9575a86f
commit e4f42d1282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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: