mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Upgrade zeroconf to 0.21.3 (#16789)
This commit is contained in:
parent
eca1f050cd
commit
127395ae8d
@ -12,7 +12,7 @@ import voluptuous as vol
|
|||||||
from homeassistant import util
|
from homeassistant import util
|
||||||
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__)
|
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__)
|
||||||
|
|
||||||
REQUIREMENTS = ['zeroconf==0.21.2']
|
REQUIREMENTS = ['zeroconf==0.21.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1546,7 +1546,7 @@ youtube_dl==2018.09.18
|
|||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
|
||||||
# homeassistant.components.zeroconf
|
# homeassistant.components.zeroconf
|
||||||
zeroconf==0.21.2
|
zeroconf==0.21.3
|
||||||
|
|
||||||
# homeassistant.components.climate.zhong_hong
|
# homeassistant.components.climate.zhong_hong
|
||||||
zhong_hong_hvac==1.0.9
|
zhong_hong_hvac==1.0.9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user