mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 00:27:19 +00:00
Upgrade zeroconf to 0.21.2 (#16730)
This commit is contained in:
parent
9dbac9b033
commit
03d93bea34
@ -12,7 +12,7 @@ import voluptuous as vol
|
||||
from homeassistant import util
|
||||
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__)
|
||||
|
||||
REQUIREMENTS = ['zeroconf==0.21.1']
|
||||
REQUIREMENTS = ['zeroconf==0.21.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -1523,7 +1523,7 @@ youtube_dl==2018.09.10
|
||||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.21.1
|
||||
zeroconf==0.21.2
|
||||
|
||||
# homeassistant.components.climate.zhong_hong
|
||||
zhong_hong_hvac==1.0.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user