Skip to content

Commit

Permalink
Add Espressif System Zigbee radio library support
Browse files Browse the repository at this point in the history
  • Loading branch information
lhespress committed Feb 5, 2024
1 parent 83199a9 commit 3074b27
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ dependencies = [
"zigpy-xbee>=0.18.0",
"zigpy-zboss>=1.1.0",
"zigpy-zigate>=0.11.0",
"zigpy-znp>=0.11.1"
"zigpy-znp>=0.11.1",
"zigpy-espzb>=0.0.0"
]

[tool.setuptools.packages.find]
Expand Down
11 changes: 11 additions & 0 deletions zigpy_cli/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"xbee": "zigpy_xbee",
"zigate": "zigpy_zigate",
"znp": "zigpy_znp",
"znsp": "zigpy_espzb",
}


Expand Down Expand Up @@ -57,6 +58,16 @@
"zigpy_zboss.api": logging.DEBUG,
},
],
"znsp": [
{
"zigpy_espzb.zigbee.application": logging.INFO,
"zigpy_espzb.api": logging.INFO,
},
{
"zigpy_espzb.zigbee.application": logging.DEBUG,
"zigpy_espzb.api": logging.DEBUG,
},
],
"zigate": [
{
"zigpy_zigate": logging.INFO,
Expand Down

0 comments on commit 3074b27

Please sign in to comment.