From 0c5e07709145689504be37e66f5ae9f1170df824 Mon Sep 17 00:00:00 2001 From: Frantz Date: Sun, 6 Nov 2016 20:43:13 +0200 Subject: [PATCH] Updated netdisco to 0.7.6 (#4250) --- 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 65a5af79bfb..780f2ab75d5 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.7.5'] +REQUIREMENTS = ['netdisco==0.7.6'] DOMAIN = 'discovery' diff --git a/requirements_all.txt b/requirements_all.txt index e98d4e8e030..bbfb527ae8c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -278,7 +278,7 @@ mficlient==0.3.0 miflora==0.1.9 # homeassistant.components.discovery -netdisco==0.7.5 +netdisco==0.7.6 # homeassistant.components.sensor.neurio_energy neurio==0.2.10