From 6ab4a408d2b49a91cd72963d883635030e24aa98 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 12 Mar 2018 22:02:03 +0100 Subject: [PATCH] Upgrade zeroconf to 0.20.0 (#13123) --- homeassistant/components/zeroconf.py | 3 ++- requirements_all.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/zeroconf.py b/homeassistant/components/zeroconf.py index 17c2643ecc3..675c3a65e5f 100644 --- a/homeassistant/components/zeroconf.py +++ b/homeassistant/components/zeroconf.py @@ -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.' diff --git a/requirements_all.txt b/requirements_all.txt index 2a4f5b1fa44..41f6000c8fb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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