-
Notifications
You must be signed in to change notification settings - Fork 727
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new zigpy request kwarg format (#3410)
* Use new zigpy request kwarg format * Add `priority` * Add `**kwargs` to attribute reading and writing methods * Bump minimum zigpy version to 0.68.1 --------- Co-authored-by: TheJulianJES <[email protected]>
- Loading branch information
1 parent
fa734ad
commit a29ad2f
Showing
11 changed files
with
552 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,5 @@ pytest-sugar | |
pytest-timeout | ||
pytest-asyncio | ||
pytest>=7.1.3 | ||
zigpy>=0.66.0 | ||
zigpy>=0.68.1 | ||
ruff==0.0.261 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.