From a18816846e66b228510337f7bb0011f83f2606a7 Mon Sep 17 00:00:00 2001 From: Daniel Baulig Date: Wed, 29 Jun 2022 08:50:27 -0700 Subject: [PATCH] =?UTF-8?q?Add=20documentation=20for=20Envisalink=20zone?= =?UTF-8?q?=20status=20binary=20sensor=20attributes=E2=80=A6=20(#23011)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_integrations/envisalink.markdown | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/source/_integrations/envisalink.markdown b/source/_integrations/envisalink.markdown index ca7b5bab2b7..a629fe4cecf 100644 --- a/source/_integrations/envisalink.markdown +++ b/source/_integrations/envisalink.markdown @@ -136,7 +136,7 @@ partitions: type: string {% endconfiguration %} -Supported services: +## Services The following services are supported by Envisalink and can be used to script or automate the alarm. @@ -147,3 +147,14 @@ The following services are supported by Envisalink and can be used to script or - **alarm_trigger**: Trigger an alarm on the Envisalink connected alarm system. For example, a newer Z-Wave / Zigbee sensor can now be integrated into a legacy alarm system using a Home Assistant automation. - **alarm_keypress**: Sends a string of up to 6 characters to the alarm. *Works with DSC panels, and confirmed to work with Honeywell Vista-20P (aka First Alert FA-168)* - **invoke_custom_function**: Invokes a custom PGM function. *DSC alarms only* + +## Attributes + +The zone status binary sensors have extra attributes representing additional +information about each zone. + +| Name | Description | +| ---- | ----------- | +| `last_tripped_time` | Last time this zone was tripped. +| `zone` | Zone number. Can be used in combination with `alarm_keypress` service +to issue commands relating to this zone.