diff --git a/homeassistant/components/zeroconf.py b/homeassistant/components/zeroconf.py
index d63b532ccbbfa126f8313dcf2361ea79e2d7cd10..f3917078f34468659ff0da74cfce37b52f4832db 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.1']
+REQUIREMENTS = ['zeroconf==0.21.2']
 
 _LOGGER = logging.getLogger(__name__)
 
diff --git a/requirements_all.txt b/requirements_all.txt
index d03cb3ccce0261cabf7f33dc7aee533dadc03c82..563a6497644656e5f10b1926f18b7f0ef86ee821 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1537,7 +1537,7 @@ youtube_dl==2018.09.18
 zengge==0.2
 
 # homeassistant.components.zeroconf
-zeroconf==0.21.1
+zeroconf==0.21.2
 
 # homeassistant.components.climate.zhong_hong
 zhong_hong_hvac==1.0.9