Upgrade zeroconf to 0.18.0 (#5746)
This commit is contained in:
parent
6164b61e14
commit
02dfd9660e
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||
DEPENDENCIES = ['api']
|
||||
DOMAIN = 'zeroconf'
|
||||
|
||||
REQUIREMENTS = ['zeroconf==0.17.7']
|
||||
REQUIREMENTS = ['zeroconf==0.18.0']
|
||||
|
||||
ZEROCONF_TYPE = '_home-assistant._tcp.local.'
|
||||
|
||||
|
|
|
@ -708,4 +708,4 @@ yeelight==0.2.1
|
|||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.17.7
|
||||
zeroconf==0.18.0
|
||||
|
|
Loading…
Add table
Reference in a new issue