From bd61555698fb6ab6c83ce594d464dd79e6a7f853 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <paulus@paulusschoutsen.nl>
Date: Sun, 20 Sep 2015 19:46:33 -0700
Subject: [PATCH] discovery: Update to netdisco 0.4.1

---
 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 6a780693f25..450019022e1 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']
+REQUIREMENTS = ['netdisco==0.4.1']
 
 SCAN_INTERVAL = 300  # seconds
 
diff --git a/requirements_all.txt b/requirements_all.txt
index 19cc04016a8..058a4fa014a 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -86,7 +86,7 @@ https://github.com/theolind/pymysensors/archive/35b87d880147a34107da0d40cb815d75
 pynetgear==0.3
 
 # Netdisco (discovery)
-netdisco==0.4
+netdisco==0.4.1
 
 # Wemo (switch.wemo)
 pywemo==0.3