Upgrade tahoma-api to 0.0.14 (#19840)

* Update requirements_all.txt

Change to tahoma-api 0.0.14 to solve #19542 
https://github.com/home-assistant/home-assistant/issues/19542

* Update tahoma.py
This commit is contained in:
koomik 2019-01-07 19:02:42 +01:00 committed by Fabian Affolter
parent a57aae9891
commit 45fae5a50e
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ from homeassistant.helpers import discovery
from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['tahoma-api==0.0.13']
REQUIREMENTS = ['tahoma-api==0.0.14']
_LOGGER = logging.getLogger(__name__)

View File

@ -1571,7 +1571,7 @@ suds-py3==1.3.3.0
swisshydrodata==0.0.3
# homeassistant.components.tahoma
tahoma-api==0.0.13
tahoma-api==0.0.14
# homeassistant.components.sensor.tank_utility
tank_utility==1.4.0