Skip to content

Commit

Permalink
update tibber library (#10460)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen committed Nov 8, 2017
1 parent 50f6790 commit e49278c
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 @@ -18,7 +18,7 @@
from homeassistant.helpers.entity import Entity
from homeassistant.util import dt as dt_util

REQUIREMENTS = ['pyTibber==0.1.1']
REQUIREMENTS = ['pyTibber==0.2.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 @@ -590,7 +590,7 @@ pyHS100==0.3.0
pyRFXtrx==0.20.1

# homeassistant.components.sensor.tibber
pyTibber==0.1.1
pyTibber==0.2.1

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

0 comments on commit e49278c

Please sign in to comment.