From f03f825df8349d218a33e795166c7a97bdb9d170 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sun, 31 Mar 2024 10:41:13 +0200 Subject: [PATCH] Alarm Control with Hardware Button Enhancement Solves #1995 --- ReleaseNotes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index ee073c2..138aae6 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 +### Alarm Control with Hardware Button Enhancement (#1995) +- **Criticality:** Enhancement +- **Affected Components:** Blueprint +- **Issue Number:** #1995 +- **Description:** Enhanced the functionality of hardware buttons for a more intuitive interaction with alarm control panels. +Now, a short click on a hardware button assigned to an entity from the `alarm_control_panel` domain will open its detailed page, aligning with the behavior for `climate` and `media_player` entities. +This update facilitates quicker access to alarm controls directly from the NSPanel, streamlining user interactions. +Long clicks continue to open the detailed page for these and other domains, maintaining a consistent and user-friendly experience across various controls. + ### Documentation Updates for Arduino References (#1997) - **Criticality:** Enhancement - **Affected Components:** Documentation