From deed7600087b109069dbdae8463432f007e3ad32 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 15 Jun 2017 21:25:19 +0200 Subject: [PATCH] Upgrade zeroconf to 0.19.1 (#8043) --- 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 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