discovery: Update to netdisco 0.4.1
parent
f0991d63d1
commit
bd61555698
|
@ -19,7 +19,7 @@ from homeassistant.const import (
|
|||
|
||||
DOMAIN = "discovery"
|
||||
DEPENDENCIES = []
|
||||
REQUIREMENTS = ['netdisco==0.4']
|
||||
REQUIREMENTS = ['netdisco==0.4.1']
|
||||
|
||||
SCAN_INTERVAL = 300 # seconds
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue