From e5ef171077a17f2e940200cfc113688594c77f00 Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Tue, 4 May 2021 16:06:14 -0400 Subject: [PATCH] Bump zigpy-znp from 0.4.0 to 0.5.1 (#50086) * Bump zigpy-znp from 0.4.0 to 0.5.0 * Add zigpy-znp to ZHA debug logging config * Bump zigpy-znp from 0.5.0 to 0.5.1 --- homeassistant/components/zha/core/const.py | 2 ++ homeassistant/components/zha/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/zha/core/const.py b/homeassistant/components/zha/core/const.py index c4c18c4304b..2110cc9546d 100644 --- a/homeassistant/components/zha/core/const.py +++ b/homeassistant/components/zha/core/const.py @@ -168,6 +168,7 @@ DEBUG_COMP_BELLOWS = "bellows" DEBUG_COMP_ZHA = "homeassistant.components.zha" DEBUG_COMP_ZIGPY = "zigpy" DEBUG_COMP_ZIGPY_CC = "zigpy_cc" +DEBUG_COMP_ZIGPY_ZNP = "zigpy_znp" DEBUG_COMP_ZIGPY_DECONZ = "zigpy_deconz" DEBUG_COMP_ZIGPY_XBEE = "zigpy_xbee" DEBUG_COMP_ZIGPY_ZIGATE = "zigpy_zigate" @@ -178,6 +179,7 @@ DEBUG_LEVELS = { DEBUG_COMP_ZHA: logging.DEBUG, DEBUG_COMP_ZIGPY: logging.DEBUG, DEBUG_COMP_ZIGPY_CC: logging.DEBUG, + DEBUG_COMP_ZIGPY_ZNP: logging.DEBUG, DEBUG_COMP_ZIGPY_DECONZ: logging.DEBUG, DEBUG_COMP_ZIGPY_XBEE: logging.DEBUG, DEBUG_COMP_ZIGPY_ZIGATE: logging.DEBUG, diff --git a/homeassistant/components/zha/manifest.json b/homeassistant/components/zha/manifest.json index 42859f301b7..ec231ccc0e4 100644 --- a/homeassistant/components/zha/manifest.json +++ b/homeassistant/components/zha/manifest.json @@ -13,7 +13,7 @@ "zigpy==0.33.0", "zigpy-xbee==0.13.0", "zigpy-zigate==0.7.3", - "zigpy-znp==0.4.0" + "zigpy-znp==0.5.1" ], "codeowners": ["@dmulcahey", "@adminiuga"], "zeroconf": [ diff --git a/requirements_all.txt b/requirements_all.txt index c377e04a40b..f810324678c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2415,7 +2415,7 @@ zigpy-xbee==0.13.0 zigpy-zigate==0.7.3 # homeassistant.components.zha -zigpy-znp==0.4.0 +zigpy-znp==0.5.1 # homeassistant.components.zha zigpy==0.33.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 3a879156951..42908397592 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1285,7 +1285,7 @@ zigpy-xbee==0.13.0 zigpy-zigate==0.7.3 # homeassistant.components.zha -zigpy-znp==0.4.0 +zigpy-znp==0.5.1 # homeassistant.components.zha zigpy==0.33.0