From 53f08e313fede1c3813fdfbb2765fd6a01786c6c Mon Sep 17 00:00:00 2001 From: Wolfgang Malgadey <w.malgadey@cp-pro.de> Date: Mon, 2 Apr 2018 10:36:38 +0200 Subject: [PATCH] changed PyTado version (#13626) --- homeassistant/components/tado.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/tado.py b/homeassistant/components/tado.py index cfba0a5c0c4..7c045518132 100644 --- a/homeassistant/components/tado.py +++ b/homeassistant/components/tado.py @@ -15,7 +15,7 @@ from homeassistant.helpers import config_validation as cv from homeassistant.const import CONF_USERNAME, CONF_PASSWORD from homeassistant.util import Throttle -REQUIREMENTS = ['python-tado==0.2.2'] +REQUIREMENTS = ['python-tado==0.2.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 2b7967f4981..95cb8c5462a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1001,7 +1001,7 @@ python-songpal==0.0.7 python-synology==0.1.0 # homeassistant.components.tado -python-tado==0.2.2 +python-tado==0.2.3 # homeassistant.components.telegram_bot python-telegram-bot==10.0.1 -- GitLab