From 127395ae8d8977ba53a2728a2c769871209586b0 Mon Sep 17 00:00:00 2001 From: tadly Date: Sun, 23 Sep 2018 09:50:59 +0200 Subject: [PATCH] Upgrade zeroconf to 0.21.3 (#16789) --- homeassistant/components/zeroconf.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/zeroconf.py b/homeassistant/components/zeroconf.py index f3917078f34..5d6161da904 100644 --- a/homeassistant/components/zeroconf.py +++ b/homeassistant/components/zeroconf.py @@ -12,7 +12,7 @@ import voluptuous as vol from homeassistant import util from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__) -REQUIREMENTS = ['zeroconf==0.21.2'] +REQUIREMENTS = ['zeroconf==0.21.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index a2313275680..152440d52f3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1546,7 +1546,7 @@ youtube_dl==2018.09.18 zengge==0.2 # homeassistant.components.zeroconf -zeroconf==0.21.2 +zeroconf==0.21.3 # homeassistant.components.climate.zhong_hong zhong_hong_hvac==1.0.9