Skip to content

Commit

Permalink
Upgrade tibber libary, support solar production
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Høyer Iversen authored and Daniel Høyer Iversen committed Mar 21, 2019
1 parent 77635d4 commit 556766d
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
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'

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 556766d

Please sign in to comment.