mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
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
This commit is contained in:
parent
fb2cb469e2
commit
e5ef171077
@ -168,6 +168,7 @@ DEBUG_COMP_BELLOWS = "bellows"
|
|||||||
DEBUG_COMP_ZHA = "homeassistant.components.zha"
|
DEBUG_COMP_ZHA = "homeassistant.components.zha"
|
||||||
DEBUG_COMP_ZIGPY = "zigpy"
|
DEBUG_COMP_ZIGPY = "zigpy"
|
||||||
DEBUG_COMP_ZIGPY_CC = "zigpy_cc"
|
DEBUG_COMP_ZIGPY_CC = "zigpy_cc"
|
||||||
|
DEBUG_COMP_ZIGPY_ZNP = "zigpy_znp"
|
||||||
DEBUG_COMP_ZIGPY_DECONZ = "zigpy_deconz"
|
DEBUG_COMP_ZIGPY_DECONZ = "zigpy_deconz"
|
||||||
DEBUG_COMP_ZIGPY_XBEE = "zigpy_xbee"
|
DEBUG_COMP_ZIGPY_XBEE = "zigpy_xbee"
|
||||||
DEBUG_COMP_ZIGPY_ZIGATE = "zigpy_zigate"
|
DEBUG_COMP_ZIGPY_ZIGATE = "zigpy_zigate"
|
||||||
@ -178,6 +179,7 @@ DEBUG_LEVELS = {
|
|||||||
DEBUG_COMP_ZHA: logging.DEBUG,
|
DEBUG_COMP_ZHA: logging.DEBUG,
|
||||||
DEBUG_COMP_ZIGPY: logging.DEBUG,
|
DEBUG_COMP_ZIGPY: logging.DEBUG,
|
||||||
DEBUG_COMP_ZIGPY_CC: logging.DEBUG,
|
DEBUG_COMP_ZIGPY_CC: logging.DEBUG,
|
||||||
|
DEBUG_COMP_ZIGPY_ZNP: logging.DEBUG,
|
||||||
DEBUG_COMP_ZIGPY_DECONZ: logging.DEBUG,
|
DEBUG_COMP_ZIGPY_DECONZ: logging.DEBUG,
|
||||||
DEBUG_COMP_ZIGPY_XBEE: logging.DEBUG,
|
DEBUG_COMP_ZIGPY_XBEE: logging.DEBUG,
|
||||||
DEBUG_COMP_ZIGPY_ZIGATE: logging.DEBUG,
|
DEBUG_COMP_ZIGPY_ZIGATE: logging.DEBUG,
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"zigpy==0.33.0",
|
"zigpy==0.33.0",
|
||||||
"zigpy-xbee==0.13.0",
|
"zigpy-xbee==0.13.0",
|
||||||
"zigpy-zigate==0.7.3",
|
"zigpy-zigate==0.7.3",
|
||||||
"zigpy-znp==0.4.0"
|
"zigpy-znp==0.5.1"
|
||||||
],
|
],
|
||||||
"codeowners": ["@dmulcahey", "@adminiuga"],
|
"codeowners": ["@dmulcahey", "@adminiuga"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
|
@ -2415,7 +2415,7 @@ zigpy-xbee==0.13.0
|
|||||||
zigpy-zigate==0.7.3
|
zigpy-zigate==0.7.3
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy-znp==0.4.0
|
zigpy-znp==0.5.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy==0.33.0
|
zigpy==0.33.0
|
||||||
|
@ -1285,7 +1285,7 @@ zigpy-xbee==0.13.0
|
|||||||
zigpy-zigate==0.7.3
|
zigpy-zigate==0.7.3
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy-znp==0.4.0
|
zigpy-znp==0.5.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy==0.33.0
|
zigpy==0.33.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user