Skip to content

Add sync_state to all KNX YAML entities - #178526

Merged
joostlek merged 2 commits into
devfrom
knx-yaml-sync-state
Aug 12, 2026
Merged

Add sync_state to all KNX YAML entities#178526
joostlek merged 2 commits into
devfrom
knx-yaml-sync-state

Conversation

@farmio

@farmio farmio commented Aug 8, 2026

Copy link
Copy Markdown
Member

Proposed change

climate, cover, light, number, switch and text

These platforms have state addresses but didn't support the sync_state option in YAML yet. Like in the UI schema, disabling state updates entirely is not valid.

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: KNX yaml sync_state home-assistant.io#47335
  • 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:

…text

These platforms have state addresses but didn't support the `sync_state`
option in YAML yet. Like in the UI schema, disabling state updates
entirely is not allowed for entities having a writable group address.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@home-assistant

home-assistant Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Hey there @Julius2342, @marvin-w, mind taking a look at this pull request as it has been labeled with an integration (knx) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of knx can trigger bot actions by commenting:

  • @home-assistant close Closes the pull request.
  • @home-assistant mark-draft Mark the pull request as draft.
  • @home-assistant ready-for-review Remove the draft status from the pull request.
  • @home-assistant rename Awesome new title Renames the pull request.
  • @home-assistant reopen Reopen the pull request.
  • @home-assistant unassign knx Removes the current integration label and assignees on the pull request, add the integration domain after the command.
  • @home-assistant update-branch Update the pull request branch with the base branch.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component, problem in config, problem in device, feature-request) to the pull request.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component, problem in config, problem in device, feature-request) on the pull request.

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

Adds configurable KNX state synchronization to the remaining YAML entity platforms.

Changes:

  • Adds validated sync_state configuration, disallowing false.
  • Passes synchronization settings to XKNX devices.
  • Updates platform tests to exercise initialization reads.

Reviewed changes

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

Show a summary per file
File Description
homeassistant/components/knx/validation.py Adds non-false synchronization validation.
homeassistant/components/knx/schema.py Extends six YAML platform schemas.
homeassistant/components/knx/climate.py Forwards climate synchronization settings.
homeassistant/components/knx/cover.py Forwards cover synchronization settings.
homeassistant/components/knx/light.py Forwards light synchronization settings.
homeassistant/components/knx/number.py Forwards number synchronization settings.
homeassistant/components/knx/switch.py Forwards switch synchronization settings.
homeassistant/components/knx/text.py Forwards text synchronization settings.
tests/components/knx/test_climate.py Exercises climate initialization reads.
tests/components/knx/test_cover.py Exercises cover initialization reads.
tests/components/knx/test_light.py Exercises light initialization reads.
tests/components/knx/test_number.py Exercises number initialization reads.
tests/components/knx/test_switch.py Exercises switch initialization reads.
tests/components/knx/test_text.py Exercises text initialization reads.

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

Comment thread homeassistant/components/knx/schema.py
Comment thread homeassistant/components/knx/validation.py
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings August 8, 2026 12:28

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 14 out of 14 changed files in this pull request and generated no new comments.

Suppressed comments (1)

homeassistant/components/knx/validation.py:128

  • Use “cannot” as one word in this validation message, and update the matching test assertion.
    vol.IsTrue("Sync state can not be disabled for this platform"),

@joostlek
joostlek merged commit 4c81160 into dev Aug 12, 2026
34 checks passed
@joostlek
joostlek deleted the knx-yaml-sync-state branch August 12, 2026 15:20
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants