diff --git a/source/_posts/2025-08-08-release-20258.markdown b/source/_posts/2025-08-08-release-20258.markdown index 323716d4d58..5bcb11bfc22 100644 --- a/source/_posts/2025-08-08-release-20258.markdown +++ b/source/_posts/2025-08-08-release-20258.markdown @@ -85,6 +85,7 @@ Enjoy the (beta) release! - [Integration quality scale achievements](#integration-quality-scale-achievements) - [Now available to set up from the UI](#now-available-to-set-up-from-the-ui) - [Other noteworthy changes](#other-noteworthy-changes) + - [Control individual members of a group](#control-individual-members-of-a-group) - [Weekdays in time trigger](#weekdays-in-time-trigger) - [Need help? Join the community!](#need-help-join-the-community) - [Backward-incompatible changes](#backward-incompatible-changes) @@ -341,6 +342,17 @@ There are many more improvements in this release; here are some of the other not [History Stats]: /integrations/history_stats [Template]: /integrations/template +### Control individual members of a group + +[Groups](/integrations/group) are a great way to control multiple {% term entities %} +at once, but sometimes you want to control individual members of a group. + +So, for this release, [@MindFreeze] improved the entity information dialog to show the individual members of a light and cover group, allowing you to control them directly from that dialog. Super useful! + +TODO: Replace image + +[@MindFreeze]: https://github.com/MindFreeze + ### Weekdays in time trigger The [time trigger](/docs/automation/trigger/#time-trigger) is already very diff --git a/source/images/blog/2025-08/temp-group-control-more-info.png b/source/images/blog/2025-08/temp-group-control-more-info.png new file mode 100644 index 00000000000..1db4bc4d0df Binary files /dev/null and b/source/images/blog/2025-08/temp-group-control-more-info.png differ