Skip to content

Bump zigpy to 1.3.0 for serialx dependency#166

Merged
puddly merged 3 commits intozigpy:devfrom
puddly:puddly/serialx
Apr 20, 2026
Merged

Bump zigpy to 1.3.0 for serialx dependency#166
puddly merged 3 commits intozigpy:devfrom
puddly:puddly/serialx

Conversation

@puddly
Copy link
Copy Markdown
Collaborator

@puddly puddly commented Apr 20, 2026

Similar to zigpy/zigpy-znp#271.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2026

Codecov Report

❌ Patch coverage is 66.66667% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.46%. Comparing base (caea9aa) to head (d096274).
⚠️ Report is 1 commits behind head on dev.

Files with missing lines Patch % Lines
zigpy_zigate/common.py 50.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #166      +/-   ##
==========================================
- Coverage   46.46%   46.46%   -0.01%     
==========================================
  Files           8        8              
  Lines        1302     1300       -2     
==========================================
- Hits          605      604       -1     
+ Misses        697      696       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread zigpy_zigate/common.py
LOGGER.info("ZiGate found at %s", port)
else:
devices = list(serial.tools.list_ports.grep("067b:2303|CP2102"))
devices = [p for p in ports if re.search(r"067b:2303|CP2102", p.product or "")]
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think discover_port is used anywhere so this shouldn't really matter. We're going to be deprecating this library anyways, I'd rather not spend much time fixing dead code.

@puddly puddly merged commit 3d82221 into zigpy:dev Apr 20, 2026
12 checks passed
@puddly puddly deleted the puddly/serialx branch April 20, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant