Skip to content

Bump lyngdorf to 1.10.0 - #179739

Merged
balloob merged 1 commit into
home-assistant:devfrom
fishloa:bump-lyngdorf-to-1.10.0
Aug 21, 2026
Merged

Bump lyngdorf to 1.10.0#179739
balloob merged 1 commit into
home-assistant:devfrom
fishloa:bump-lyngdorf-to-1.10.0

Conversation

@fishloa

@fishloa fishloa commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Proposed change

Bump lyngdorf from 1.9.0 to 1.10.0.

Adds a remote-control surface — available_remote_keys, has_remote_keys, and send_remote_commands() — for a remote platform to follow. Nothing in the integration uses it yet, so this bump is behaviour-neutral.

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New integration (thank you!)
  • New feature (which adds functionality to an existing integration)
  • Deprecation (breaking change to happen in the future)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue:
  • Link to documentation pull request:
  • Link to developer documentation pull request:
  • Link to frontend pull request:

Checklist

  • I understand the code I am submitting and can explain how it works.
  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • I have followed the perfect PR recommendations
  • The code has been formatted using Ruff (ruff format homeassistant tests)
  • Tests have been added to verify that the new code works.
  • Any generated code has been carefully reviewed for correctness and compliance with project standards.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • For the updated dependencies a diff between library versions and ideally a link to the changelog/release notes is added to the PR description.

To help with the load of incoming pull requests:

Copilot AI balanced review requested due to automatic review settings August 21, 2026 14:26
@home-assistant home-assistant Bot added cla-signed dependency Pull requests marked as a dependency upgrade integration: lyngdorf small-pr PRs with less than 30 lines. by-code-owner Quality Scale: silver labels Aug 21, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Bumps the Lyngdorf integration dependency from 1.9.0 to 1.10.0.

Changes:

  • Updates the integration manifest dependency.
  • Synchronizes the generated global requirements file.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
homeassistant/components/lyngdorf/manifest.json Pins Lyngdorf 1.10.0.
requirements_all.txt Updates the generated dependency pin.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@github-actions

Copy link
Copy Markdown

Check requirements

Checked at commit f65469b.

All requirements checks passed. ✅

Package Old New No Advisories Not Yanked Repo Public CI Upload Release Pipeline Security PR Link Async Safe
lyngdorf 1.9.0 1.10.0 ☑️
📦 lyngdorf: 1.9.0 → 1.10.0
  • No Advisories: ✅ No active advisories reported by PyPI for version 1.10.0.
  • Not Yanked: ✅ Version 1.10.0 is a live (non-yanked) release.
  • Repo Public: ✅ https://github.com/fishloa/lyngdorf is publicly accessible.
  • CI Upload: ✅ Trusted Publisher attestation found (GitHub).
  • Release Pipeline: ✅ OIDC via Trusted Publisher attestation (GitHub); automated CI upload verified by PyPI.
  • Security: ☑️ Baseline scan found nothing obvious in lyngdorf/__init__.py, lyngdorf/api.py, lyngdorf/device.py, lyngdorf/remote.py, pyproject.toml. This is not a security review — only the cheap checks were run.
  • PR Link: ✅ PR description links to fishloa/lyngdorf@v1.9.0...v1.10.0 covering both 1.9.0 and 1.10.0.
  • Async Safe: ✅ No new blocking calls introduced in 1.9.0 → 1.10.0. The one http.client usage in device.py is inside a sync helper dispatched via loop.run_in_executor.

Generated by Check requirements (AW) · sonnet46 · 43.6 AIC · ⌖ 5.27 AIC · ⊞ 9.2K ·

@fishloa fishloa mentioned this pull request Aug 21, 2026
21 tasks
Copilot AI review requested due to automatic review settings August 21, 2026 18:02
@fishloa
fishloa force-pushed the bump-lyngdorf-to-1.10.0 branch from f65469b to a790a2f Compare August 21, 2026 18:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

@github-actions

Copy link
Copy Markdown

Check requirements

Checked at commit a790a2f.

All requirements checks passed. ✅

Package Old New No Advisories Not Yanked Repo Public CI Upload Release Pipeline Security PR Link Async Safe
lyngdorf 1.9.0 1.10.0 ☑️
📦 lyngdorf: 1.9.0 → 1.10.0
  • No Advisories: ✅ No active advisories reported by PyPI for version 1.10.0.
  • Not Yanked: ✅ Version 1.10.0 is a live (non-yanked) release.
  • Repo Public: ✅ https://github.com/fishloa/lyngdorf is publicly accessible.
  • CI Upload: ✅ Trusted Publisher attestation found (GitHub).
  • Release Pipeline: ✅ OIDC via Trusted Publisher attestation (GitHub); automated CI upload verified by PyPI.
  • Security: ☑️ Baseline scan found nothing obvious in pyproject.toml, lyngdorf/__init__.py, lyngdorf/remote.py. This is not a security review — only the cheap checks were run.
  • PR Link: ✅ PR description links to fishloa/lyngdorf@v1.9.0...v1.10.0 referencing both 1.9.0 and 1.10.0.
  • Async Safe: ✅ No new blocking calls introduced in 1.9.0 → 1.10.0. The new lyngdorf/remote.py contains only enum/dataclass definitions; changes to device.py use the library's existing async TCP protocol with no blocking I/O patterns on added lines.

Generated by Check requirements (AW) · sonnet46 · 28.5 AIC · ⌖ 8.05 AIC · ⊞ 9.2K ·

@balloob
balloob merged commit 2087243 into home-assistant:dev Aug 21, 2026
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

by-code-owner cla-signed dependency Pull requests marked as a dependency upgrade integration: lyngdorf Quality Scale: silver small-pr PRs with less than 30 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants