Upgrade netdisco to 1.4.0 (#14152)
This commit is contained in:
parent
3fd4987baf
commit
d352dee9b7
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==1.3.1']
|
||||
REQUIREMENTS = ['netdisco==1.4.0']
|
||||
|
||||
DOMAIN = 'discovery'
|
||||
|
||||
|
|
|
@ -550,7 +550,7 @@ nad_receiver==0.0.9
|
|||
nanoleaf==0.4.1
|
||||
|
||||
# homeassistant.components.discovery
|
||||
netdisco==1.3.1
|
||||
netdisco==1.4.0
|
||||
|
||||
# homeassistant.components.sensor.neurio_energy
|
||||
neurio==0.3.1
|
||||
|
|
Loading…
Add table
Reference in a new issue