pytado moved to pypi (#8298)
parent
3f2fa0ed5a
commit
a2f5b630d6
|
@ -15,9 +15,7 @@ from homeassistant.helpers import config_validation as cv
|
|||
from homeassistant.const import CONF_USERNAME, CONF_PASSWORD
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['https://github.com/wmalgadey/PyTado/archive/'
|
||||
'0.2.1.zip#'
|
||||
'PyTado==0.2.1']
|
||||
REQUIREMENTS = ['python-tado==0.2.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -309,9 +309,6 @@ https://github.com/soldag/pyflic/archive/0.4.zip#pyflic==0.4
|
|||
# homeassistant.components.light.osramlightify
|
||||
https://github.com/tfriedel/python-lightify/archive/1bb1db0e7bd5b14304d7bb267e2398cd5160df46.zip#lightify==1.0.5
|
||||
|
||||
# homeassistant.components.tado
|
||||
https://github.com/wmalgadey/PyTado/archive/0.2.1.zip#PyTado==0.2.1
|
||||
|
||||
# homeassistant.components.media_player.lg_netcast
|
||||
https://github.com/wokar/pylgnetcast/archive/v0.2.0.zip#pylgnetcast==0.2.0
|
||||
|
||||
|
@ -732,6 +729,9 @@ python-roku==3.1.3
|
|||
# homeassistant.components.sensor.synologydsm
|
||||
python-synology==0.1.0
|
||||
|
||||
# homeassistant.components.tado
|
||||
python-tado==0.2.2
|
||||
|
||||
# homeassistant.components.telegram_bot
|
||||
python-telegram-bot==6.1.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue