mirror of
https://github.com/home-assistant/core.git
synced 2025-06-21 05:27:06 +00:00
Handle disonnect bug in Tibber library (#22629)
This commit is contained in:
parent
c7576999ca
commit
a5c7f131ee
@ -11,7 +11,7 @@ from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, CONF_ACCESS_TOKEN,
|
|||||||
from homeassistant.helpers import discovery
|
from homeassistant.helpers import discovery
|
||||||
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
||||||
|
|
||||||
REQUIREMENTS = ['pyTibber==0.10.0']
|
REQUIREMENTS = ['pyTibber==0.10.1']
|
||||||
|
|
||||||
DOMAIN = 'tibber'
|
DOMAIN = 'tibber'
|
||||||
|
|
||||||
|
@ -922,7 +922,7 @@ pyRFXtrx==0.23
|
|||||||
# pySwitchmate==0.4.5
|
# pySwitchmate==0.4.5
|
||||||
|
|
||||||
# homeassistant.components.tibber
|
# homeassistant.components.tibber
|
||||||
pyTibber==0.10.0
|
pyTibber==0.10.1
|
||||||
|
|
||||||
# homeassistant.components.dlink.switch
|
# homeassistant.components.dlink.switch
|
||||||
pyW215==0.6.0
|
pyW215==0.6.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user