From 5d1d113a25b87c9f1e66ece3d7060d3b2cf76e67 Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Mon, 13 Jul 2020 01:16:40 +0200 Subject: [PATCH] deCONZ - don't let light "attr" events update group data (#37797) --- homeassistant/components/deconz/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/deconz/manifest.json b/homeassistant/components/deconz/manifest.json index 149ea5f1bc5..2cba87f74d6 100644 --- a/homeassistant/components/deconz/manifest.json +++ b/homeassistant/components/deconz/manifest.json @@ -3,7 +3,7 @@ "name": "deCONZ", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/deconz", - "requirements": ["pydeconz==71"], + "requirements": ["pydeconz==72"], "ssdp": [ { "manufacturer": "Royal Philips Electronics" diff --git a/requirements_all.txt b/requirements_all.txt index d1476a89d69..d9d277f19cf 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1282,7 +1282,7 @@ pydaikin==2.2.0 pydanfossair==0.1.0 # homeassistant.components.deconz -pydeconz==71 +pydeconz==72 # homeassistant.components.delijn pydelijn==0.6.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index b2b6008d398..08a3ac61619 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -576,7 +576,7 @@ pycountry==19.8.18 pydaikin==2.2.0 # homeassistant.components.deconz -pydeconz==71 +pydeconz==72 # homeassistant.components.zwave pydispatcher==2.0.5