Skip to content

Commit

Permalink
Upgrade tibber library (#19768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen authored and fabaff committed Jan 4, 2019
1 parent 03488af commit 16ab799
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.7']
REQUIREMENTS = ['pyTibber==0.9.0']

DOMAIN = 'tibber'

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

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

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

0 comments on commit 16ab799

Please sign in to comment.