diff --git a/homeassistant/components/tahoma.py b/homeassistant/components/tahoma.py index b288a704d74..7c8d047fbcf 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.12'] +REQUIREMENTS = ['tahoma-api==0.0.13'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 0de78b07f7b..4549cf2f4f4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1156,7 +1156,7 @@ steamodd==4.21 suds-py3==1.3.3.0 # homeassistant.components.tahoma -tahoma-api==0.0.12 +tahoma-api==0.0.13 # homeassistant.components.sensor.tank_utility tank_utility==1.4.0