Skip to content

Commit

Permalink
Switch to own packaged version of anel_pwrctrl (#15011)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-git authored and fabaff committed Jun 17, 2018
1 parent addca54 commit 1117371
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions homeassistant/components/switch/anel_pwrctrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
from homeassistant.const import (CONF_HOST, CONF_PASSWORD, CONF_USERNAME)
from homeassistant.util import Throttle

REQUIREMENTS = ['https://github.com/mweinelt/anel-pwrctrl/archive/'
'ed26e8830e28a2bfa4260a9002db23ce3e7e63d7.zip'
'#anel_pwrctrl==0.0.1']
REQUIREMENTS = ['anel_pwrctrl-homeassistant==0.0.1.dev2']

_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 @@ -115,6 +115,9 @@ alpha_vantage==2.0.0
# homeassistant.components.amcrest
amcrest==1.2.3

# homeassistant.components.switch.anel_pwrctrl
anel_pwrctrl-homeassistant==0.0.1.dev2

# homeassistant.components.media_player.anthemav
anthemav==1.1.8

Expand Down Expand Up @@ -427,9 +430,6 @@ https://github.com/aparraga/braviarc/archive/0.3.7.zip#braviarc==0.3.7
# homeassistant.components.neato
https://github.com/jabesq/pybotvac/archive/v0.0.5.zip#pybotvac==0.0.5

# homeassistant.components.switch.anel_pwrctrl
https://github.com/mweinelt/anel-pwrctrl/archive/ed26e8830e28a2bfa4260a9002db23ce3e7e63d7.zip#anel_pwrctrl==0.0.1

# homeassistant.components.sensor.gtfs
https://github.com/robbiet480/pygtfs/archive/00546724e4bbcb3053110d844ca44e2246267dd8.zip#pygtfs==0.1.3

Expand Down

0 comments on commit 1117371

Please sign in to comment.