Skip to content

Commit

Permalink
Switch pyW215 to pypi (home-assistant#8445)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-git authored and dethpickle committed Aug 18, 2017
1 parent 98468cf commit cbeda83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions homeassistant/components/switch/dlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
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__)

Expand Down
6 changes: 3 additions & 3 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit cbeda83

Please sign in to comment.