mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Upgrade netdisco to 0.9.2 (#6466)
This commit is contained in:
parent
5fb7aa212b
commit
470702261a
@ -19,7 +19,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==0.9.1']
|
||||
REQUIREMENTS = ['netdisco==0.9.2']
|
||||
|
||||
DOMAIN = 'discovery'
|
||||
|
||||
|
@ -368,7 +368,7 @@ mutagen==1.36.2
|
||||
myusps==1.0.3
|
||||
|
||||
# homeassistant.components.discovery
|
||||
netdisco==0.9.1
|
||||
netdisco==0.9.2
|
||||
|
||||
# homeassistant.components.sensor.neurio_energy
|
||||
neurio==0.3.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user