Skip to content

Bump idasen-ha to 3.0.1 - #177567

Merged
abmantis merged 2 commits into
devfrom
bump-idasen-ha-to-3.0.1
Jul 29, 2026
Merged

Bump idasen-ha to 3.0.1#177567
abmantis merged 2 commits into
devfrom
bump-idasen-ha-to-3.0.1

Conversation

@abmantis

@abmantis abmantis commented Jul 29, 2026

Copy link
Copy Markdown
Member

Proposed change

Bump idasen-ha from 2.7.0 to 3.0.1 for the idasen_desk integration.

3.0.0 is a major release, but its only breaking change is requiring Python 3.14, which Home Assistant already requires. The remaining changes are CI/tooling.
3.0.1 fixes a stuck connect handshake by adding a timeout. There are no library API changes, so no integration code changes are needed.

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 review requested due to automatic review settings July 29, 2026 16:22
@home-assistant home-assistant Bot added cla-signed dependency Pull requests marked as a dependency upgrade integration: idasen_desk small-pr PRs with less than 30 lines. by-code-owner Quality Scale: bronze labels Jul 29, 2026
@abmantis abmantis added this to the 2026.8.0 milestone Jul 29, 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

Updates idasen_desk to use idasen-ha 3.0.1, adding connect-handshake timeout handling.

Changes:

  • Bumps the integration dependency from 2.7.0 to 3.0.1.
  • Synchronizes generated requirements.

Reviewed changes

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

File Description
homeassistant/components/idasen_desk/manifest.json Updates the integration dependency.
requirements_all.txt Updates the consolidated requirement pin.

@github-actions

Copy link
Copy Markdown

Check requirements

Checked at commit a36bc16.

All requirements checks passed. ✅

Package Old New No Advisories Not Yanked Repo Public CI Upload Release Pipeline Security PR Link Async Safe
idasen-ha 2.7.0 3.0.1 ☑️
📦 idasen-ha: 2.7.0 → 3.0.1
  • No Advisories: ✅ No active advisories reported by PyPI for version 3.0.1.
  • Not Yanked: ✅ Version 3.0.1 is a live (non-yanked) release.
  • Repo Public: ✅ https://github.com/abmantis/idasen-ha/ 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, idasen_ha/__init__.py, idasen_ha/connection_manager.py. This is not a security review — only the cheap checks were run.
  • PR Link: ✅ PR description links to abmantis/idasen-ha@2.7.0...3.0.1 covering both versions.
  • Async Safe: ✅ No new blocking calls introduced in 2.7.0 → 3.0.1.

Generated by Check requirements (AW) · 81.1 AIC · ⌖ 22.7 AIC · ⊞ 31.5K ·

@github-actions

Copy link
Copy Markdown

Check requirements

Checked at commit d9b7cc6.

All requirements checks passed. ✅

Package Old New No Advisories Not Yanked Repo Public CI Upload Release Pipeline Security PR Link Async Safe
idasen-ha 2.7.0 3.0.1 ☑️
📦 idasen-ha: 2.7.0 → 3.0.1
  • No Advisories: ✅ No active advisories reported by PyPI for version 3.0.1.
  • Not Yanked: ✅ Version 3.0.1 is a live (non-yanked) release.
  • Repo Public: ✅ https://github.com/abmantis/idasen-ha/ 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, idasen_ha/__init__.py, idasen_ha/connection_manager.py. This is not a security review — only the cheap checks were run.
  • PR Link: ✅ PR description links to abmantis/idasen-ha@2.7.0...3.0.1 covering both versions.
  • Async Safe: ✅ No new blocking calls introduced in 2.7.0 → 3.0.1; the only code change wraps existing await calls with asyncio.timeout().

Generated by Check requirements (AW) · 66.1 AIC · ⌖ 12.9 AIC · ⊞ 31.5K ·

@abmantis
abmantis merged commit e2154dd into dev Jul 29, 2026
49 checks passed
@abmantis
abmantis deleted the bump-idasen-ha-to-3.0.1 branch July 29, 2026 17:07
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: idasen_desk Quality Scale: bronze small-pr PRs with less than 30 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants