Skip to content

Commit

Permalink
Update Tibber lib (home-assistant#16795)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen authored and fabaff committed Sep 22, 2018
1 parent eec6722 commit cfd1aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/tibber.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from homeassistant.util import dt as dt_util
from homeassistant.util import Throttle

REQUIREMENTS = ['pyTibber==0.5.0']
REQUIREMENTS = ['pyTibber==0.5.1']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ pyRFXtrx==0.23
pySwitchmate==0.4.1

# homeassistant.components.sensor.tibber
pyTibber==0.5.0
pyTibber==0.5.1

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

0 comments on commit cfd1aec

Please sign in to comment.