From 8991690d53acb91654b0ce8eb9622e81ca3b6b9d Mon Sep 17 00:00:00 2001 From: Philip Kleimeyer Date: Thu, 1 Feb 2018 08:15:13 +0100 Subject: [PATCH] update tahoma api to version 0.0.11 (#12099) --- 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 0db055f7d92..28a54f40d56 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.10'] +REQUIREMENTS = ['tahoma-api==0.0.11'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 0f48282763a..0cbef617116 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1129,7 +1129,7 @@ steamodd==4.21 suds-py3==1.3.3.0 # homeassistant.components.tahoma -tahoma-api==0.0.10 +tahoma-api==0.0.11 # homeassistant.components.sensor.tank_utility tank_utility==1.4.0