mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Uses pypi for deps (#7485)
This commit is contained in:
parent
e1d1385358
commit
66cbdc3043
@ -14,9 +14,7 @@ from homeassistant.const import CONF_HOST
|
|||||||
from homeassistant.helpers import discovery
|
from homeassistant.helpers import discovery
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/gurumitts/'
|
REQUIREMENTS = ['pylutron-caseta==0.2.6']
|
||||||
'pylutron-caseta/archive/v0.2.6.zip#'
|
|
||||||
'pylutron-caseta==v0.2.6']
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -273,9 +273,6 @@ https://github.com/bah2830/python-roku/archive/3.1.3.zip#roku==3.1.3
|
|||||||
# homeassistant.components.modbus
|
# homeassistant.components.modbus
|
||||||
https://github.com/bashwork/pymodbus/archive/d7fc4f1cc975631e0a9011390e8017f64b612661.zip#pymodbus==1.2.0
|
https://github.com/bashwork/pymodbus/archive/d7fc4f1cc975631e0a9011390e8017f64b612661.zip#pymodbus==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.lutron_caseta
|
|
||||||
https://github.com/gurumitts/pylutron-caseta/archive/v0.2.6.zip#pylutron-caseta==v0.2.6
|
|
||||||
|
|
||||||
# homeassistant.components.media_player.spotify
|
# homeassistant.components.media_player.spotify
|
||||||
https://github.com/happyleavesaoc/spotipy/archive/544614f4b1d508201d363e84e871f86c90aa26b2.zip#spotipy==2.4.4
|
https://github.com/happyleavesaoc/spotipy/archive/544614f4b1d508201d363e84e871f86c90aa26b2.zip#spotipy==2.4.4
|
||||||
|
|
||||||
@ -584,6 +581,9 @@ pylitejet==0.1
|
|||||||
# homeassistant.components.sensor.loopenergy
|
# homeassistant.components.sensor.loopenergy
|
||||||
pyloopenergy==0.0.17
|
pyloopenergy==0.0.17
|
||||||
|
|
||||||
|
# homeassistant.components.lutron_caseta
|
||||||
|
pylutron-caseta==0.2.6
|
||||||
|
|
||||||
# homeassistant.components.notify.mailgun
|
# homeassistant.components.notify.mailgun
|
||||||
pymailgunner==1.4
|
pymailgunner==1.4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user