Upgrade zeroconf to 0.21.2 (#16730)
This commit is contained in:
parent
dfe38b4d5a
commit
d3658c4af9
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue