Skip to content

Commit a690186

Browse files
authored
Merge pull request #148 from puddly/puddly/pyproject
Sync up with latest zigpy and migrate to shared CI and releases
2 parents e707f67 + f903331 commit a690186

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
shared-ci:
1010
uses: zigpy/workflows/.github/workflows/ci.yml@main
1111
with:
12-
CODE_FOLDER: zigpy_deconz
12+
CODE_FOLDER: zigpy_zigate
1313
CACHE_VERSION: 2
1414
PYTHON_VERSION_DEFAULT: 3.8.14
1515
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
16-
MINIMUM_COVERAGE_PERCENTAGE: 97
16+
MINIMUM_COVERAGE_PERCENTAGE: 46

zigpy_zigate/zigbee/application.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ async def write_network_info(self, *, network_info, node_info):
163163
if attempt == 2:
164164
raise zigpy.exceptions.FormationFailure() from e
165165

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

169169
async def _move_network_to_channel(
170170
self, new_channel: int, *, new_nwk_update_id: int

0 commit comments

Comments
 (0)