From f019e2a204b6bbac63818ca0ba913cc82f321b33 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 8 May 2019 17:40:00 +0200 Subject: [PATCH] Upgrade zeroconf to 0.22.0 (#23524) --- homeassistant/components/zeroconf/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/zeroconf/manifest.json b/homeassistant/components/zeroconf/manifest.json index bd7cf3ec0d6..7ef9b250363 100644 --- a/homeassistant/components/zeroconf/manifest.json +++ b/homeassistant/components/zeroconf/manifest.json @@ -3,7 +3,7 @@ "name": "Zeroconf", "documentation": "https://www.home-assistant.io/components/zeroconf", "requirements": [ - "zeroconf==0.21.3" + "zeroconf==0.22.0" ], "dependencies": [ "api" diff --git a/requirements_all.txt b/requirements_all.txt index eedfabc5972..bdbed00aee2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1848,7 +1848,7 @@ youtube_dl==2019.04.30 zengge==0.2 # homeassistant.components.zeroconf -zeroconf==0.21.3 +zeroconf==0.22.0 # homeassistant.components.zha zha-quirks==0.0.12