Skip to content

Commit

Permalink
Merge pull request #148 from puddly/puddly/pyproject
Browse files Browse the repository at this point in the history
Sync up with latest zigpy and migrate to shared CI and releases
  • Loading branch information
puddly committed Nov 20, 2023
2 parents e707f67 + f903331 commit a690186
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
shared-ci:
uses: zigpy/workflows/.github/workflows/ci.yml@main
with:
CODE_FOLDER: zigpy_deconz
CODE_FOLDER: zigpy_zigate
CACHE_VERSION: 2
PYTHON_VERSION_DEFAULT: 3.8.14
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 97
MINIMUM_COVERAGE_PERCENTAGE: 46
4 changes: 2 additions & 2 deletions zigpy_zigate/zigbee/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ async def write_network_info(self, *, network_info, node_info):
if attempt == 2:
raise zigpy.exceptions.FormationFailure() from e

async def permit_with_key(self, node, code, time_s=60):
LOGGER.warning("ZiGate does not support joins with install codes")
async def permit_with_link_key(self, node, link_key, time_s=60):
LOGGER.warning("ZiGate does not support joins with link keys")

async def _move_network_to_channel(
self, new_channel: int, *, new_nwk_update_id: int
Expand Down

0 comments on commit a690186

Please sign in to comment.