From f275389ffe0e551cc7b5a7a33558e50918e90c48 Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Sat, 31 Dec 2022 13:59:39 +0100 Subject: [PATCH] Bump pydeconz to v106 (#84914) fixes undefined --- 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 5de15b16177..2bf17cabbbf 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==105"], + "requirements": ["pydeconz==106"], "ssdp": [ { "manufacturer": "Royal Philips Electronics", diff --git a/requirements_all.txt b/requirements_all.txt index 29d3d9fab7c..10e597a693e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1542,7 +1542,7 @@ pydaikin==2.8.0 pydanfossair==0.1.0 # homeassistant.components.deconz -pydeconz==105 +pydeconz==106 # homeassistant.components.delijn pydelijn==1.0.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 3a201f88be9..9c5c056165a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1097,7 +1097,7 @@ pycoolmasternet-async==0.1.2 pydaikin==2.8.0 # homeassistant.components.deconz -pydeconz==105 +pydeconz==106 # homeassistant.components.dexcom pydexcom==0.2.3