File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,21 @@ ha_category: Alarm
12
12
ha_release : 0.42
13
13
---
14
14
15
- The ` totalconnect ` platform provides connectivity with the Honeywell TotalConnect alarm systems used by many alarm companies
15
+ The ` totalconnect ` platform provides connectivity with the Honeywell TotalConnect alarm systems used by many alarm companies.
16
16
17
17
To enable this, add the following lines to your ` configuration.yaml ` :
18
18
19
19
``` yaml
20
20
# Example configuration.yaml entry
21
21
alarm_control_panel :
22
- platform : totalconnect
23
- username : YOUR_USERNAME
24
- password : YOUR_PASSWORD
22
+ - platform : totalconnect
23
+ username : YOUR_USERNAME
24
+ password : YOUR_PASSWORD
25
25
` ` `
26
26
27
27
Configuration variables:
28
- - **name** (*Optional*): Name of device in HomeAssistant
28
+
29
+ - **name** (*Optional*): Name of device in Home Assistant.
29
30
- **username** (*Required*): Username used to sign into the TotalConnect app/web client.
30
31
- **password** (*Required*): Password used to sign into the TotalConnect app/web client.
31
32
You can’t perform that action at this time.
0 commit comments