Upgrade netdisco to 2.1.0 (#16735)
This commit is contained in:
parent
35005474f8
commit
d1acb0326c
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ from homeassistant.helpers.event import async_track_point_in_utc_time
|
|||
from homeassistant.helpers.discovery import async_load_platform, async_discover
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
REQUIREMENTS = ['netdisco==2.0.0']
|
||||
REQUIREMENTS = ['netdisco==2.1.0']
|
||||
|
||||
DOMAIN = 'discovery'
|
||||
|
||||
|
|
|
@ -619,7 +619,7 @@ ndms2_client==0.0.4
|
|||
netdata==0.1.2
|
||||
|
||||
# homeassistant.components.discovery
|
||||
netdisco==2.0.0
|
||||
netdisco==2.1.0
|
||||
|
||||
# homeassistant.components.sensor.neurio_energy
|
||||
neurio==0.3.1
|
||||
|
|
Loading…
Add table
Reference in a new issue