From cffc7ac4d871fe31f5ee75d0cbbff1f70899476b Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 4 Dec 2016 10:59:18 -0800 Subject: [PATCH] Update netdisco to 0.8 (#4723) --- 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 142764ea522..3c4dff6eac5 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.7'] +REQUIREMENTS = ['netdisco==0.8.0'] DOMAIN = 'discovery' diff --git a/requirements_all.txt b/requirements_all.txt index 3fdf12c086a..622faa3719d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -296,7 +296,7 @@ mficlient==0.3.0 miflora==0.1.13 # homeassistant.components.discovery -netdisco==0.7.7 +netdisco==0.8.0 # homeassistant.components.sensor.neurio_energy neurio==0.2.10