Update Tibber lib (#16795)

This commit is contained in:
Daniel Høyer Iversen 2018-09-22 18:25:17 +02:00 committed by Fabian Affolter
parent eec6722cf4
commit cfd1aec741
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.5.0']
REQUIREMENTS = ['pyTibber==0.5.1']
_LOGGER = logging.getLogger(__name__)