From b8a07924240f89d1ad710e7ab8dd85028471b5ce Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Tue, 7 Feb 2017 14:11:51 -0800 Subject: [PATCH] Bump netdisco to 0.8.2 --- homeassistant/components/discovery.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/discovery.py b/homeassistant/components/discovery.py index 32d57b4bf85..5764735bf35 100644 --- a/homeassistant/components/discovery.py +++ b/homeassistant/components/discovery.py @@ -14,7 +14,7 @@ import voluptuous as vol from homeassistant.const import EVENT_HOMEASSISTANT_START from homeassistant.helpers.discovery import load_platform, discover -REQUIREMENTS = ['netdisco==0.8.1'] +REQUIREMENTS = ['netdisco==0.8.2'] DOMAIN = 'discovery' diff --git a/requirements_all.txt b/requirements_all.txt index d6d1b6aa674..a9056817036 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -332,7 +332,7 @@ mutagen==1.36.2 myusps==1.0.2 # homeassistant.components.discovery -netdisco==0.8.1 +netdisco==0.8.2 # homeassistant.components.sensor.neurio_energy neurio==0.3.1