Upgrade tibber libary, support solar production (#22261)
parent
bc85d47878
commit
86a510441c
|
@ -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.8']
|
||||
REQUIREMENTS = ['pyTibber==0.9.9']
|
||||
|
||||
DOMAIN = 'tibber'
|
||||
|
||||
|
|
|
@ -922,7 +922,7 @@ pyRFXtrx==0.23
|
|||
# pySwitchmate==0.4.5
|
||||
|
||||
# homeassistant.components.tibber
|
||||
pyTibber==0.9.8
|
||||
pyTibber==0.9.9
|
||||
|
||||
# homeassistant.components.dlink.switch
|
||||
pyW215==0.6.0
|
||||
|
|
Loading…
Reference in New Issue