From e461ceae36238a24cd213ea5d86790cb56ec9b09 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <paulus@paulusschoutsen.nl>
Date: Sat, 24 Oct 2015 12:18:48 -0700
Subject: [PATCH] discovery: update Netdisco requirement

---
 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 089db3fb324..0b3cc1025cc 100644
--- a/homeassistant/components/discovery.py
+++ b/homeassistant/components/discovery.py
@@ -19,7 +19,7 @@ from homeassistant.const import (
 
 DOMAIN = "discovery"
 DEPENDENCIES = []
-REQUIREMENTS = ['netdisco==0.4.2']
+REQUIREMENTS = ['netdisco==0.5']
 
 SCAN_INTERVAL = 300  # seconds
 
diff --git a/requirements_all.txt b/requirements_all.txt
index de1fa9e40ac..c63eea25853 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -87,7 +87,7 @@ https://github.com/theolind/pymysensors/archive/d4b809c2167650691058d1e29bfd2c4b
 pynetgear==0.3
 
 # Netdisco (discovery)
-netdisco==0.4.2
+netdisco==0.5
 
 # Wemo (switch.wemo)
 pywemo==0.3.1
-- 
GitLab