Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
konistehrad committed Dec 11, 2023
1 parent 53ca4f4 commit daafd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy_znp/zigbee/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def _find_endpoint(self, dst_ep: int, profile: int, cluster: int) -> int:

if dst_ep == ZDO_ENDPOINT:
return ZDO_ENDPOINT

if profile == zigpy.profiles.zgp.PROFILE_ID:
return zigpy.profiles.zgp.GREENPOWER_ENDPOINT_ID

Check warning on line 696 in zigpy_znp/zigbee/application.py

View check run for this annotation

Codecov / codecov/patch

zigpy_znp/zigbee/application.py#L696

Added line #L696 was not covered by tests

Expand Down

0 comments on commit daafd62

Please sign in to comment.