Update netdisco to 0.6.2

pull/1688/merge
Paulus Schoutsen 2016-04-09 20:24:34 -07:00
parent 73859f59f0
commit 1e86044590
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from homeassistant.const import (
EVENT_PLATFORM_DISCOVERED)
DOMAIN = "discovery"
REQUIREMENTS = ['netdisco==0.6.1']
REQUIREMENTS = ['netdisco==0.6.2']
SCAN_INTERVAL = 300 # seconds

View File

@ -132,7 +132,7 @@ messagebird==1.1.1
mficlient==0.3.0
# homeassistant.components.discovery
netdisco==0.6.1
netdisco==0.6.2
# homeassistant.components.sensor.neurio_energy
neurio==0.2.10