From b79d0f5404b3fcd587d2767019f8c690ad8d553a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 23 Aug 2015 10:06:54 -0700 Subject: [PATCH] Fix discovery and wemo --- homeassistant/components/discovery.py | 2 +- homeassistant/components/switch/wemo.py | 2 +- requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/discovery.py b/homeassistant/components/discovery.py index 0aa7312bfd7..7ba66f9aba6 100644 --- a/homeassistant/components/discovery.py +++ b/homeassistant/components/discovery.py @@ -19,7 +19,7 @@ from homeassistant.const import ( DOMAIN = "discovery" DEPENDENCIES = [] -REQUIREMENTS = ['netdisco>=0.1'] +REQUIREMENTS = ['netdisco>=0.2'] SCAN_INTERVAL = 300 # seconds diff --git a/homeassistant/components/switch/wemo.py b/homeassistant/components/switch/wemo.py index 3020f638dd3..1614db02653 100644 --- a/homeassistant/components/switch/wemo.py +++ b/homeassistant/components/switch/wemo.py @@ -8,7 +8,7 @@ import logging from homeassistant.components.switch import SwitchDevice -REQUIREMENTS = ['pywemo>=0.1'] +REQUIREMENTS = ['pywemo>=0.2'] # pylint: disable=unused-argument diff --git a/requirements.txt b/requirements.txt index b294793f24a..03b0d882e8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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