changed PyTado version (#13626)
This commit is contained in:
parent
9fb73c1bab
commit
53f08e313f
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue