Skip to content

Update govee-local-api 2.3.0#159721

Merged
zweckj merged 2 commits intohome-assistant:devfrom
Galorhallen:update-govee-light-local
Dec 24, 2025
Merged

Update govee-local-api 2.3.0#159721
zweckj merged 2 commits intohome-assistant:devfrom
Galorhallen:update-govee-light-local

Conversation

@Galorhallen
Copy link
Copy Markdown
Contributor

@Galorhallen Galorhallen commented Dec 24, 2025

Proposed change

Update govee-local-api to version 2.3.0.
Library diff: Galorhallen/govee-local-api@v2.2.0...v2.3.0

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

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 link to the changelog, or at minimum a diff between library versions is added to the PR description.

To help with the load of incoming pull requests:

@home-assistant home-assistant Bot added cla-signed dependency Pull requests marked as a dependency upgrade integration: govee_light_local small-pr PRs with less than 30 lines. by-code-owner Quality Scale: No score labels Dec 24, 2025
@Galorhallen Galorhallen marked this pull request as ready for review December 24, 2025 18:20
Copilot AI review requested due to automatic review settings December 24, 2025 18:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the govee-local-api Python library dependency from version 2.2.0 to 2.3.0 for the Govee light local integration. This is a minor version upgrade that should maintain backward compatibility.

Key Changes:

  • Updated govee-local-api dependency to version 2.3.0 across all requirement files and the integration manifest

Reviewed changes

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

File Description
requirements_test_all.txt Updated govee-local-api test dependency from 2.2.0 to 2.3.0
requirements_all.txt Updated govee-local-api runtime dependency from 2.2.0 to 2.3.0
homeassistant/components/govee_light_local/manifest.json Updated integration's govee-local-api requirement from 2.2.0 to 2.3.0

The dependency version has been consistently updated across all three files as expected for a standard dependency upgrade. The integration uses classes like GoveeController, GoveeDevice, and GoveeLightFeatures from this library, and as this is a minor version update (2.2.0→2.3.0), no breaking changes are expected.

@zweckj zweckj merged commit 2b5de0d into home-assistant:dev Dec 24, 2025
73 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Dec 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants