Skip to content

Commit

Permalink
Tibber, improve server reconnection (#19574)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen authored and ludeeus committed Dec 26, 2018
1 parent 6f99437 commit 1428919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/tibber/__init__.py
Expand Up @@ -16,7 +16,7 @@
from homeassistant.helpers import discovery
from homeassistant.helpers.aiohttp_client import async_get_clientsession

REQUIREMENTS = ['pyTibber==0.8.6']
REQUIREMENTS = ['pyTibber==0.8.7']

DOMAIN = 'tibber'

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -867,7 +867,7 @@ pyRFXtrx==0.23
pySwitchmate==0.4.4

# homeassistant.components.tibber
pyTibber==0.8.6
pyTibber==0.8.7

# homeassistant.components.switch.dlink
pyW215==0.6.0
Expand Down

0 comments on commit 1428919

Please sign in to comment.