From 77d7d7ee23bbc6eb1bc7fd6e5a27cc227daf3e49 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sun, 31 Mar 2024 10:57:00 +0200 Subject: [PATCH] Utilities Dashboard Performance Bug Resolved Solves #1964 --- ReleaseNotes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 0fef082..fdedd72 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -362,6 +362,15 @@ improving accuracy and reliability for users monitoring their environment. ## v4.3.2 - Patch To add some text here +### Utilities Dashboard Performance Bug Resolved (#1964) +- **Criticality:** Medium +- **Affected Components:** Blueprint and ESPHome +- **Issue Number:** #1964 +- **Description:** Fixed a significant performance bug in the "Utilities Dashboard" related to sensors with high update frequencies. +Previously, sensors updating frequently could overload the Home Assistant host, causing the blueprint execution to delay. +As updates persisted, this led to multiple instances of the blueprint being triggered, eventually hitting the limit of 50 concurrent instances. +This update minimizes the issue, ensuring smooth operation and reducing the chances of a overload state, thereby maintaining efficient and reliable dashboard performance. + ### Device Reboot Issue on Wake Up Resolved (#1976) - **Criticality:** Medium - **Affected Components:** Blueprint