From 8a38ba5954b788c659c646473f245089f4f1feee Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 17 Mar 2016 20:57:58 -0700 Subject: [PATCH] Update netdisco to 0.5.5 --- 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 79a152e5848..0655f335ce7 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.5.4'] +REQUIREMENTS = ['netdisco==0.5.5'] SCAN_INTERVAL = 300 # seconds diff --git a/requirements_all.txt b/requirements_all.txt index 1283963d4d0..ba2aa0ea920 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -119,7 +119,7 @@ limitlessled==1.0.0 mficlient==0.3.0 # homeassistant.components.discovery -netdisco==0.5.4 +netdisco==0.5.5 # homeassistant.components.sensor.neurio_energy neurio==0.2.10