From 45fae5a50e796ec4b34c1a0b31fc65fb1759e986 Mon Sep 17 00:00:00 2001 From: koomik Date: Mon, 7 Jan 2019 19:02:42 +0100 Subject: [PATCH] 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 --- homeassistant/components/tahoma.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/tahoma.py b/homeassistant/components/tahoma.py index ff9e30e5c68..5e30b845863 100644 --- a/homeassistant/components/tahoma.py +++ b/homeassistant/components/tahoma.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 82e96c0dcf4..6b5707719d7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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