From cd6beb54751d1c0b67ba98264d7f75aa654c3ca0 Mon Sep 17 00:00:00 2001 From: Austin Mroczek Date: Sat, 29 Jun 2019 08:33:54 -0700 Subject: [PATCH] Update totalconnect.markdown (#9517) Adds detail on the trigger source. See https://github.com/home-assistant/home-assistant/pull/24106 --- source/_components/totalconnect.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/totalconnect.markdown b/source/_components/totalconnect.markdown index 7d97bf463f3..ec49d053284 100644 --- a/source/_components/totalconnect.markdown +++ b/source/_components/totalconnect.markdown @@ -19,6 +19,11 @@ The `totalconnect` platform provides connectivity with the Honeywell TotalConnec This platform supports the following services: `alarm_arm_away`, `alarm_arm_home`, `alarm_arm_night` and `alarm_disarm`. +The `triggered` state also provides a state attribute called `triggered_source` giving more detail on what triggered the alarm: +- `Police/Medical` is when sensors detected a burglar and/or a person pushed the Police or Medical button +- `Fire/Smoke` is when fire or smoke is detected, or a person pushed the Fire button +- `Carbon Monoxide` is when carbon monoxide is detected + If you have issues running this component, you may require `libxml2-dev` and `libxmlsec1-dev` packages. To install these on Hassbian, run the command `apt install libxml2-dev libxmlsec1-dev` with sudo. ## {% linkable_title Configuration %}