Skip to content

Commit

Permalink
Bump zigpy-znp from 0.4.0 to 0.5.1 (home-assistant#50086)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
puddly authored May 4, 2021
1 parent fb2cb46 commit e5ef171
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions homeassistant/components/zha/core/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
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"
Expand All @@ -178,6 +179,7 @@
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,
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zha/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5ef171

Please sign in to comment.