Qwikswitch library PyPi update (#5099)
This commit is contained in:
parent
cf714f42df
commit
aaff8d8602
2 changed files with 4 additions and 5 deletions
|
@ -15,8 +15,7 @@ from homeassistant.components.light import (ATTR_BRIGHTNESS,
|
|||
from homeassistant.components.switch import SwitchDevice
|
||||
|
||||
DOMAIN = 'qwikswitch'
|
||||
REQUIREMENTS = ['https://github.com/kellerza/pyqwikswitch/archive/v0.4.zip'
|
||||
'#pyqwikswitch==0.4']
|
||||
REQUIREMENTS = ['pyqwikswitch==0.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -221,9 +221,6 @@ https://github.com/jabesq/pybotvac/archive/v0.0.1.zip#pybotvac==0.0.1
|
|||
# homeassistant.components.sensor.sabnzbd
|
||||
https://github.com/jamespcole/home-assistant-nzb-clients/archive/616cad59154092599278661af17e2a9f2cf5e2a9.zip#python-sabnzbd==0.1
|
||||
|
||||
# homeassistant.components.qwikswitch
|
||||
https://github.com/kellerza/pyqwikswitch/archive/v0.4.zip#pyqwikswitch==0.4
|
||||
|
||||
# homeassistant.components.media_player.russound_rnet
|
||||
https://github.com/laf/russound/archive/0.1.6.zip#russound==0.1.6
|
||||
|
||||
|
@ -451,6 +448,9 @@ pynx584==0.2
|
|||
# homeassistant.components.weather.openweathermap
|
||||
pyowm==2.6.0
|
||||
|
||||
# homeassistant.components.qwikswitch
|
||||
pyqwikswitch==0.4
|
||||
|
||||
# homeassistant.components.switch.acer_projector
|
||||
pyserial==3.1.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue