Upgrade zeroconf to 0.20.0 (#13123)
This commit is contained in:
parent
1202134964
commit
6ab4a408d2
2 changed files with 3 additions and 2 deletions
|
@ -12,12 +12,13 @@ import voluptuous as vol
|
|||
from homeassistant import util
|
||||
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__)
|
||||
|
||||
REQUIREMENTS = ['zeroconf==0.20.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
DEPENDENCIES = ['api']
|
||||
DOMAIN = 'zeroconf'
|
||||
|
||||
REQUIREMENTS = ['zeroconf==0.19.1']
|
||||
|
||||
ZEROCONF_TYPE = '_home-assistant._tcp.local.'
|
||||
|
||||
|
|
|
@ -1304,7 +1304,7 @@ youtube_dl==2018.03.10
|
|||
zengge==0.2
|
||||
|
||||
# homeassistant.components.zeroconf
|
||||
zeroconf==0.19.1
|
||||
zeroconf==0.20.0
|
||||
|
||||
# homeassistant.components.media_player.ziggo_mediabox_xl
|
||||
ziggo-mediabox-xl==1.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue