Update totalconnect.markdown (#9517)

Adds detail on the trigger source.

See https://github.com/home-assistant/home-assistant/pull/24106
This commit is contained in:
Austin Mroczek 2019-06-29 08:33:54 -07:00 committed by Franck Nijhof
parent e4288c00cf
commit cd6beb5475

View File

@ -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 %}