Upgrade zeroconf to 0.21.1 (#16687)

This commit is contained in:
Fabian Affolter 2018-09-18 15:49:54 +02:00 committed by GitHub
parent 2a85ed7236
commit 1913d07c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import voluptuous as vol
from homeassistant import util
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__)
REQUIREMENTS = ['zeroconf==0.21.0']
REQUIREMENTS = ['zeroconf==0.21.1']
_LOGGER = logging.getLogger(__name__)

View File

@ -1534,7 +1534,7 @@ youtube_dl==2018.09.10
zengge==0.2
# homeassistant.components.zeroconf
zeroconf==0.21.0
zeroconf==0.21.1
# homeassistant.components.climate.zhong_hong
zhong_hong_hvac==1.0.9