forked from home-assistant/core
Upgrade zeroconf to 0.19.1 (#8043)
This commit is contained in:
committed by
Pascal Vizeli
parent
d1da53615f
commit
deed760008
@@ -17,7 +17,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
DEPENDENCIES = ['api']
|
DEPENDENCIES = ['api']
|
||||||
DOMAIN = 'zeroconf'
|
DOMAIN = 'zeroconf'
|
||||||
|
|
||||||
REQUIREMENTS = ['zeroconf==0.19.0']
|
REQUIREMENTS = ['zeroconf==0.19.1']
|
||||||
|
|
||||||
ZEROCONF_TYPE = '_home-assistant._tcp.local.'
|
ZEROCONF_TYPE = '_home-assistant._tcp.local.'
|
||||||
|
|
||||||
|
@@ -921,4 +921,4 @@ yeelightsunflower==0.0.8
|
|||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.19.0
|
zeroconf==0.19.1
|
||||||
|
Reference in New Issue
Block a user