mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Switch pyW215 to pypi (#8445)
This commit is contained in:
@ -14,8 +14,7 @@ from homeassistant.const import (
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.const import TEMP_CELSIUS, STATE_UNKNOWN
|
||||
|
||||
REQUIREMENTS = ['https://github.com/LinuxChristian/pyW215/archive/'
|
||||
'v0.4.zip#pyW215==0.4']
|
||||
REQUIREMENTS = ['pyW215==0.5.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -273,9 +273,6 @@ holidays==0.8.1
|
||||
# homeassistant.components.camera.onvif
|
||||
http://github.com/tgaugry/suds-passworddigest-py3/archive/86fc50e39b4d2b8997481967d6a7fe1c57118999.zip#suds-passworddigest-py3==0.1.2a
|
||||
|
||||
# homeassistant.components.switch.dlink
|
||||
https://github.com/LinuxChristian/pyW215/archive/v0.4.zip#pyW215==0.4
|
||||
|
||||
# homeassistant.components.sensor.dht
|
||||
# https://github.com/adafruit/Adafruit_Python_DHT/archive/da8cddf7fb629c1ef4f046ca44f42523c9cf2d11.zip#Adafruit_DHT==1.3.0
|
||||
|
||||
@ -506,6 +503,9 @@ pyHS100==0.2.4.2
|
||||
# homeassistant.components.rfxtrx
|
||||
pyRFXtrx==0.18.0
|
||||
|
||||
# homeassistant.components.switch.dlink
|
||||
pyW215==0.5.1
|
||||
|
||||
# homeassistant.components.alarm_control_panel.alarmdotcom
|
||||
pyalarmdotcom==0.3.0
|
||||
|
||||
|
Reference in New Issue
Block a user