diff --git a/source/_posts/2022-04-06-release-20224.markdown b/source/_posts/2022-04-06-release-20224.markdown index f2246821eba..f139ae0e10a 100644 --- a/source/_posts/2022-04-06-release-20224.markdown +++ b/source/_posts/2022-04-06-release-20224.markdown @@ -275,7 +275,9 @@ it always said: _"Zoning"_. Not really helpful 🙃 So, to improve on that, we changed that behavior. The state of a `zone` entity will now show the number of [persons] currently in that zone; that is more -helpful! +helpful! Additionally, it means that a zone has history now too! + +Screenshot showing the new numeric state of our zones This will greatly simplify automations and scripts that, for example, trigger on: Nobody is home, everybody is home, someone left home (or any other zone diff --git a/source/images/blog/2022-04/zone-state.png b/source/images/blog/2022-04/zone-state.png new file mode 100644 index 00000000000..666079e2766 Binary files /dev/null and b/source/images/blog/2022-04/zone-state.png differ