From 370d2d7307681eb405290e4f0dbf90c76e9fa976 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Mon, 12 Aug 2024 09:12:49 +0200 Subject: [PATCH] Add unique id to manual alarm (#34114) --- source/_integrations/manual.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/manual.markdown b/source/_integrations/manual.markdown index 2d795a6fa99..e08e4c85ac3 100644 --- a/source/_integrations/manual.markdown +++ b/source/_integrations/manual.markdown @@ -34,6 +34,10 @@ name: required: false type: string default: HA Alarm +unique_id: + description: Create a unique id for the entity. + required: false + type: string code: description: > If defined, specifies a code to enable or disable the alarm in the frontend. @@ -147,6 +151,7 @@ In the configuration example below: alarm_control_panel: - platform: manual name: Home Alarm + unique_id: a_very_unique_id code: "1234" arming_time: 30 delay_time: 20