Update tibber lib version (#16590)

This commit is contained in:
Daniel Høyer Iversen 2018-09-13 09:23:33 +02:00 committed by Martin Hjelmare
parent 7a52bbdf24
commit 901dd9acca
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ from homeassistant.helpers.entity import Entity
from homeassistant.util import dt as dt_util
from homeassistant.util import Throttle
REQUIREMENTS = ['pyTibber==0.4.1']
REQUIREMENTS = ['pyTibber==0.5.0']
_LOGGER = logging.getLogger(__name__)