Skip to content

Commit

Permalink
Tibber add support for Watty
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 25, 2019
1 parent 96133f5 commit b60befd
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.9']
REQUIREMENTS = ['pyTibber==0.10.0']

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 @@ -925,7 +925,7 @@ pyRFXtrx==0.23
# pySwitchmate==0.4.5

# homeassistant.components.tibber
pyTibber==0.9.9
pyTibber==0.10.0

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

0 comments on commit b60befd

Please sign in to comment.