From eca1631f1bed5f23d9c6ed471015c32319c99e5d Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Sun, 10 Apr 2016 18:05:30 -0700 Subject: [PATCH] Update netdisco dependency to 0.6.3 --- 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 f03fdf35929..6f301e549d1 100644 --- a/homeassistant/components/discovery.py +++ b/homeassistant/components/discovery.py @@ -15,7 +15,7 @@ from homeassistant.const import ( EVENT_PLATFORM_DISCOVERED) DOMAIN = "discovery" -REQUIREMENTS = ['netdisco==0.6.2'] +REQUIREMENTS = ['netdisco==0.6.3'] SCAN_INTERVAL = 300 # seconds diff --git a/requirements_all.txt b/requirements_all.txt index 7a1e619780c..5fb0646b426 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -132,7 +132,7 @@ messagebird==1.1.1 mficlient==0.3.0 # homeassistant.components.discovery -netdisco==0.6.2 +netdisco==0.6.3 # homeassistant.components.sensor.neurio_energy neurio==0.2.10