diff --git a/source/_posts/2022-07-06-release-20227.markdown b/source/_posts/2022-07-06-release-20227.markdown index 1fe37a50345..183ce853916 100644 --- a/source/_posts/2022-07-06-release-20227.markdown +++ b/source/_posts/2022-07-06-release-20227.markdown @@ -56,7 +56,7 @@ Enjoy the (beta) release! - [Change any weather unit to your preference](#change-any-weather-unit-to-your-preference) - [Optional labels for gauge cards](#optional-labels-for-gauge-cards) - [Code editors now auto-complete MDI icons](#code-editors-now-auto-complete-mdi-icons) -- [Filter the history using a target selector](#filter-the-history-using-a-target-selector) +- [Filter the history panel](#filter-the-history-panel) - [Easily convert values to booleans in templates](#easily-convert-values-to-booleans-in-templates) - [Other noteworthy changes](#other-noteworthy-changes) - [New Integrations](#new-integrations) @@ -221,25 +221,33 @@ Like the normal icon picker, it supports searching on parts of the icon name, its aliases and categories. Additionally, it will show a little preview of the icon you are about to select, so you know you got the right one. -## Filter the history using a target selector +## Filter the history panel {% details "TODO" %} -- Needs a different title, this one it technical -- Add story -- Replace screenshot -- Spelling/grammar +- Replace screenshot, as soon as b5 lands {% enddetails %} -The history panel now has a target select, allow you to select the area(s), -device(s), entitie(s), or a combination of those, that you want to see. +If you have lots of devices and entities then the +{% my history title="history panel" %} can be long! Actually, +it would become so large, that it becomes unpractical. You could always +filter it down to a single entity, but that is fairly limited as well. +For this release, we have improved these filters. + +The history can now be filtered by one or more entities, by all entities of +one or more areas, or by all entities of one or more devices.
Temporary screenshot. Target selector in the history panel.