mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
TotalConnect documentation (#2372)
* TotalConnect documentation # Conflicts: # source/_components/insteon_local.markdown # source/developers/credits.markdown * add Honeywell TC logo * version * update documentation * remove name from example
This commit is contained in:
parent
5d14395631
commit
0db3aa2f30
31
source/_components/alarm_control_panel.totalconnect.markdown
Normal file
31
source/_components/alarm_control_panel.totalconnect.markdown
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Honeywell TotalConnect Alarm Control Panel"
|
||||||
|
description: "Instructions how to integrate TotalConnect alarms into Home Assistant."
|
||||||
|
date: 2017-04-02 22:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: honeywell-tc.png
|
||||||
|
ha_category: Alarm
|
||||||
|
ha_release: 0.42
|
||||||
|
---
|
||||||
|
|
||||||
|
The `totalconnect` platform provides connectivity with the Honeywell TotalConnect alarm systems used by many alarm companies
|
||||||
|
|
||||||
|
To enable this, add the following lines to your `configuration.yaml`:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
alarm_control_panel:
|
||||||
|
platform: totalconnect
|
||||||
|
username: YOUR_USERNAME
|
||||||
|
password: YOUR_PASSWORD
|
||||||
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
- **name** (*Optional*): Name of device in HomeAssistant
|
||||||
|
- **username** (*Required*): Username used to sign into the TotalConnect app/web client.
|
||||||
|
- **password** (*Required*): Password used to sign into the TotalConnect app/web client.
|
||||||
|
|
BIN
source/images/supported_brands/honeywell-tc.png
Normal file
BIN
source/images/supported_brands/honeywell-tc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
x
Reference in New Issue
Block a user