Upgrade zeroconf to 0.20.0 (#13123)

This commit is contained in:
Fabian Affolter 2018-03-12 22:02:03 +01:00 committed by Paulus Schoutsen
parent 1202134964
commit 6ab4a408d2
2 changed files with 3 additions and 2 deletions

View file

@ -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.'

View file

@ -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