mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Switch pymyq to pypi (#7884)
This commit is contained in:
parent
e50588afe1
commit
3d8b7a4122
@ -14,9 +14,7 @@ from homeassistant.const import (
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
import homeassistant.loader as loader
|
import homeassistant.loader as loader
|
||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = ['pymyq==0.0.8']
|
||||||
'https://github.com/arraylabs/pymyq/archive/v0.0.8.zip'
|
|
||||||
'#pymyq==0.0.8']
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -273,9 +273,6 @@ https://github.com/LinuxChristian/pyW215/archive/v0.4.zip#pyW215==0.4
|
|||||||
# homeassistant.components.media_player.braviatv
|
# homeassistant.components.media_player.braviatv
|
||||||
https://github.com/aparraga/braviarc/archive/0.3.7.zip#braviarc==0.3.7
|
https://github.com/aparraga/braviarc/archive/0.3.7.zip#braviarc==0.3.7
|
||||||
|
|
||||||
# homeassistant.components.cover.myq
|
|
||||||
https://github.com/arraylabs/pymyq/archive/v0.0.8.zip#pymyq==0.0.8
|
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
@ -599,6 +596,9 @@ pymochad==0.1.1
|
|||||||
# homeassistant.components.modbus
|
# homeassistant.components.modbus
|
||||||
pymodbus==1.3.0rc1
|
pymodbus==1.3.0rc1
|
||||||
|
|
||||||
|
# homeassistant.components.cover.myq
|
||||||
|
pymyq==0.0.8
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.10.0
|
pymysensors==0.10.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user