mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Update discovery component to netdisco 0.5.2
This commit is contained in:
parent
1146d6e58d
commit
05978ad88d
@ -17,7 +17,7 @@ from homeassistant.const import (
|
||||
ATTR_SERVICE, ATTR_DISCOVERED)
|
||||
|
||||
DOMAIN = "discovery"
|
||||
REQUIREMENTS = ['netdisco==0.5.1']
|
||||
REQUIREMENTS = ['netdisco==0.5.2']
|
||||
|
||||
SCAN_INTERVAL = 300 # seconds
|
||||
|
||||
|
@ -18,7 +18,7 @@ python-nmap==0.4.3
|
||||
pysnmp==4.2.5
|
||||
|
||||
# homeassistant.components.discovery
|
||||
netdisco==0.5.1
|
||||
netdisco==0.5.2
|
||||
|
||||
# homeassistant.components.ecobee
|
||||
https://github.com/nkgilley/python-ecobee-api/archive/d35596b67c75451fa47001c493a15eebee195e93.zip#python-ecobee==0.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user