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