Skip to content

Commit

Permalink
Add zboss support (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamKast authored Aug 17, 2023
1 parent 65fe568 commit 83199a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies = [
"bellows>=0.35.1",
"zigpy-deconz>=0.21.0",
"zigpy-xbee>=0.18.0",
"zigpy-zboss>=1.1.0",
"zigpy-zigate>=0.11.0",
"zigpy-znp>=0.11.1"
]
Expand Down
10 changes: 10 additions & 0 deletions zigpy_cli/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@
"zigpy_xbee.api": logging.DEBUG,
},
],
"zboss": [
{
"zigpy_zboss.zigbee.application": logging.INFO,
"zigpy_zboss.api": logging.INFO,
},
{
"zigpy_zboss.zigbee.application": logging.DEBUG,
"zigpy_zboss.api": logging.DEBUG,
},
],
"zigate": [
{
"zigpy_zigate": logging.INFO,
Expand Down

0 comments on commit 83199a9

Please sign in to comment.