mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Upgrade zeroconf to 0.19.0 (#6792)
This commit is contained in:
parent
7782e7e948
commit
ad649009cd
@ -17,7 +17,7 @@ _LOGGER = logging.getLogger(__name__)
|
||||
DEPENDENCIES = ['api']
|
||||
DOMAIN = 'zeroconf'
|
||||
|
||||
REQUIREMENTS = ['zeroconf==0.18.0']
|
||||
REQUIREMENTS = ['zeroconf==0.19.0']
|
||||
|
||||
ZEROCONF_TYPE = '_home-assistant._tcp.local.'
|
||||
|
||||
|
@ -796,4 +796,4 @@ yeelightsunflower==0.0.8
|
||||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.18.0
|
||||
zeroconf==0.19.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user