mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Upgrade netdisco (#7171)
This commit is contained in:
parent
e5feeec7a4
commit
ce9bb0e84c
@ -20,7 +20,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.0.0rc2']
|
||||
REQUIREMENTS = ['netdisco==1.0.0rc3']
|
||||
|
||||
DOMAIN = 'discovery'
|
||||
|
||||
|
@ -399,7 +399,7 @@ mutagen==1.36.2
|
||||
myusps==1.0.5
|
||||
|
||||
# homeassistant.components.discovery
|
||||
netdisco==1.0.0rc2
|
||||
netdisco==1.0.0rc3
|
||||
|
||||
# homeassistant.components.sensor.neurio_energy
|
||||
neurio==0.3.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user