Update netdisco to 0.5.5
This commit is contained in:
parent
fa15d86c2b
commit
8a38ba5954
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ from homeassistant.const import (
|
||||||
EVENT_PLATFORM_DISCOVERED)
|
EVENT_PLATFORM_DISCOVERED)
|
||||||
|
|
||||||
DOMAIN = "discovery"
|
DOMAIN = "discovery"
|
||||||
REQUIREMENTS = ['netdisco==0.5.4']
|
REQUIREMENTS = ['netdisco==0.5.5']
|
||||||
|
|
||||||
SCAN_INTERVAL = 300 # seconds
|
SCAN_INTERVAL = 300 # seconds
|
||||||
|
|
||||||
|
|
|
@ -119,7 +119,7 @@ limitlessled==1.0.0
|
||||||
mficlient==0.3.0
|
mficlient==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.discovery
|
# homeassistant.components.discovery
|
||||||
netdisco==0.5.4
|
netdisco==0.5.5
|
||||||
|
|
||||||
# homeassistant.components.sensor.neurio_energy
|
# homeassistant.components.sensor.neurio_energy
|
||||||
neurio==0.2.10
|
neurio==0.2.10
|
||||||
|
|
Loading…
Add table
Reference in a new issue