Skip to content

Conversation

farmio
Copy link
Contributor

@farmio farmio commented Aug 30, 2025

Proposed change

See
home-assistant/architecture#1236
home-assistant/core#146884

and the two already merged implementations of this feature
home-assistant/core#151232 this one was labeled noteworthy but wasn't added to release notes yet.
home-assistant/core#151218 this one was labeled breaking-change but wasn't added to release notes yet.

cc @thomasddn

Type of change

  • Spelling, grammar or other readability improvements (current branch).
  • Adjusted missing or incorrect information in the current documentation (current branch).
  • Added documentation for a new integration I'm adding to Home Assistant (next branch).
  • Added documentation for a new feature I'm adding to Home Assistant (next branch).
  • Removed stale or deprecated documentation.

Additional information

  • Link to parent pull request in the codebase:
  • Link to parent pull request in the Brands repository:
  • This PR fixes or closes issue: fixes #

Checklist

  • This PR uses the correct branch, based on one of the following:
    • I made a change to the existing documentation and used the current branch.
    • I made a change that is related to an upcoming version of Home Assistant and used the next branch.
  • The documentation follows the Home Assistant documentation standards.

@Copilot Copilot AI review requested due to automatic review settings August 30, 2025 06:06
@home-assistant home-assistant bot added has-parent This PR has a parent PR in another repo in-progress This PR/Issue is currently being worked on needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch rc This PR is against the RC branch labels Aug 30, 2025
@home-assistant
Copy link

It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the next branch. Please change the target branch of this PR to next and rebase if needed.

Copy link

netlify bot commented Aug 30, 2025

Deploy Preview for home-assistant-docs ready!

Name Link
🔨 Latest commit 9c96ae8
🔍 Latest deploy log https://app.netlify.com/projects/home-assistant-docs/deploys/68b815f3f4600f0007d2dd4f
😎 Deploy Preview https://deploy-preview-40653--home-assistant-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@Copilot 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 release notes for Home Assistant 2025.9 to document a new feature that allows integrations to update scene entities when scenes are activated externally. The change adds information about external scene activation support, which keeps scene states synchronized and enables their use as automation triggers.

Key changes:

  • Added documentation for external scene activation feature in release notes
  • Credited the feature contributor and mentioned supporting integrations

@@ -297,11 +297,13 @@ There are many more improvements in this release; here are some of the other not
- The intent handling for the default agent (non-LLM) now supports fuzzy matching. The technique ensures voice pipelines recognize many more sentences. This improvement is available for English only, while we are looking for ways to extend this to other languages.
- We now have built-in intents to control the volume of (active) media players! Like the song? Just ask Home Assistant to turn it up a notch!
- After all that dancing, you might have gotten a little warm. Hence in this release, we now also have intents to control fan speeds. Nice!
- Integrations can now update scene entities when a scene is activated externally — for example via physical controls or other external events. This keeps scene states in sync, makes activations visible, and lets you use external scene activations as triggers in automations. Thanks to [@thomasddn]! [Qbus](/integrations/qbus/) and [KNX](/integrations/knx#scene) already support this feature.
Copy link
Preview

Copilot AI Aug 30, 2025

Choose a reason for hiding this comment

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

The sentence structure could be improved for better readability. Consider breaking this into shorter sentences and using 'for example' instead of the em dash construction. Also, 'lets you' should be 'let you' for consistency with the direct address style guide.

Copilot generated this review using guidance from repository custom instructions.

@@ -297,11 +297,13 @@ There are many more improvements in this release; here are some of the other not
- The intent handling for the default agent (non-LLM) now supports fuzzy matching. The technique ensures voice pipelines recognize many more sentences. This improvement is available for English only, while we are looking for ways to extend this to other languages.
- We now have built-in intents to control the volume of (active) media players! Like the song? Just ask Home Assistant to turn it up a notch!
- After all that dancing, you might have gotten a little warm. Hence in this release, we now also have intents to control fan speeds. Nice!
- Integrations can now update scene entities when a scene is activated externally — for example via physical controls or other external events. This keeps scene states in sync, makes activations visible, and lets you use external scene activations as triggers in automations. Thanks to [@thomasddn]! [Qbus](/integrations/qbus/) and [KNX](/integrations/knx#scene) already support this feature.
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure if this is noteworthy from an end user perspective. This should be a developer blog.

../Frenck

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

@home-assistant home-assistant bot marked this pull request as draft September 3, 2025 10:13
@home-assistant
Copy link

home-assistant bot commented Sep 3, 2025

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍

Learn more about our pull request process.

Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
@farmio farmio closed this Sep 3, 2025
@home-assistant home-assistant bot removed in-progress This PR/Issue is currently being worked on needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch labels Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has-parent This PR has a parent PR in another repo rc This PR is against the RC branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants