Update Tibber lib (#20289)
This commit is contained in:
parent
ec9575a86f
commit
e4f42d1282
3 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue