Update netdisco to 1.4.1
parent
a2b8ad50f2
commit
6318178a8b
homeassistant/components
|
@ -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.4.0']
|
||||
REQUIREMENTS = ['netdisco==1.4.1']
|
||||
|
||||
DOMAIN = 'discovery'
|
||||
|
||||
|
|
|
@ -553,7 +553,7 @@ nad_receiver==0.0.9
|
|||
nanoleaf==0.4.1
|
||||
|
||||
# homeassistant.components.discovery
|
||||
netdisco==1.4.0
|
||||
netdisco==1.4.1
|
||||
|
||||
# homeassistant.components.sensor.neurio_energy
|
||||
neurio==0.3.1
|
||||
|
|
Loading…
Reference in New Issue