Fix discovery and wemo
This commit is contained in:
parent
387bdd4a30
commit
b79d0f5404
3 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ from homeassistant.const import (
|
|||
|
||||
DOMAIN = "discovery"
|
||||
DEPENDENCIES = []
|
||||
REQUIREMENTS = ['netdisco>=0.1']
|
||||
REQUIREMENTS = ['netdisco>=0.2']
|
||||
|
||||
SCAN_INTERVAL = 300 # seconds
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import logging
|
|||
|
||||
from homeassistant.components.switch import SwitchDevice
|
||||
|
||||
REQUIREMENTS = ['pywemo>=0.1']
|
||||
REQUIREMENTS = ['pywemo>=0.2']
|
||||
|
||||
|
||||
# pylint: disable=unused-argument
|
||||
|
|
|
@ -84,10 +84,10 @@ https://github.com/theolind/pymysensors/archive/master.zip#egg=pymysensors-0.1
|
|||
pynetgear>=0.1
|
||||
|
||||
# Netdisco (discovery)
|
||||
netdisco>=0.1
|
||||
netdisco>=0.2
|
||||
|
||||
# Wemo (switch.wemo)
|
||||
pywemo>=0.1
|
||||
pywemo>=0.2
|
||||
|
||||
# Wink (*.wink)
|
||||
https://github.com/balloob/python-wink/archive/master.zip#pywink>=0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue