Skip to content

Commit 0db3aa2

Browse files
craigjmidwinterfabaff
authored andcommitted
TotalConnect documentation (home-assistant#2372)
* TotalConnect documentation # Conflicts: # source/_components/insteon_local.markdown # source/developers/credits.markdown * add Honeywell TC logo * version * update documentation * remove name from example
1 parent 5d14395 commit 0db3aa2

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: page
3+
title: "Honeywell TotalConnect Alarm Control Panel"
4+
description: "Instructions how to integrate TotalConnect alarms into Home Assistant."
5+
date: 2017-04-02 22:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: honeywell-tc.png
11+
ha_category: Alarm
12+
ha_release: 0.42
13+
---
14+
15+
The `totalconnect` platform provides connectivity with the Honeywell TotalConnect alarm systems used by many alarm companies
16+
17+
To enable this, add the following lines to your `configuration.yaml`:
18+
19+
```yaml
20+
# Example configuration.yaml entry
21+
alarm_control_panel:
22+
platform: totalconnect
23+
username: YOUR_USERNAME
24+
password: YOUR_PASSWORD
25+
```
26+
27+
Configuration variables:
28+
- **name** (*Optional*): Name of device in HomeAssistant
29+
- **username** (*Required*): Username used to sign into the TotalConnect app/web client.
30+
- **password** (*Required*): Password used to sign into the TotalConnect app/web client.
31+
24.8 KB
Loading

0 commit comments

Comments
 (0)