diff --git a/homeassistant/components/discovery.py b/homeassistant/components/discovery.py index ac01202c7fb..6db4af66207 100644 --- a/homeassistant/components/discovery.py +++ b/homeassistant/components/discovery.py @@ -13,7 +13,7 @@ from homeassistant.const import EVENT_HOMEASSISTANT_START from homeassistant.helpers.discovery import load_platform, discover DOMAIN = "discovery" -REQUIREMENTS = ['netdisco==0.7.0'] +REQUIREMENTS = ['netdisco==0.7.1'] SCAN_INTERVAL = 300 # seconds diff --git a/requirements_all.txt b/requirements_all.txt index 27c09f98501..ff8aba7c3a9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -204,7 +204,7 @@ messagebird==1.2.0 mficlient==0.3.0 # homeassistant.components.discovery -netdisco==0.7.0 +netdisco==0.7.1 # homeassistant.components.sensor.neurio_energy neurio==0.2.10