changed PyTado version (#13626)

This commit is contained in:
Wolfgang Malgadey 2018-04-02 10:36:38 +02:00 committed by Daniel Høyer Iversen
parent 9fb73c1bab
commit 53f08e313f
2 changed files with 2 additions and 2 deletions

View file

@ -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__)

View file

@ -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