diff --git a/homeassistant/components/zeroconf.py b/homeassistant/components/zeroconf.py index 3dc30f3a24e..17c2643ecc3 100644 --- a/homeassistant/components/zeroconf.py +++ b/homeassistant/components/zeroconf.py @@ -17,7 +17,7 @@ _LOGGER = logging.getLogger(__name__) DEPENDENCIES = ['api'] DOMAIN = 'zeroconf' -REQUIREMENTS = ['zeroconf==0.19.0'] +REQUIREMENTS = ['zeroconf==0.19.1'] ZEROCONF_TYPE = '_home-assistant._tcp.local.' diff --git a/requirements_all.txt b/requirements_all.txt index 95ad78da741..f843532ceca 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -921,4 +921,4 @@ yeelightsunflower==0.0.8 zengge==0.2 # homeassistant.components.zeroconf -zeroconf==0.19.0 +zeroconf==0.19.1