Skip to content

Commit f2e82cc

Browse files
committed
Minor changes
1 parent 8e867c8 commit f2e82cc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/_components/alarm_control_panel.totalconnect.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,21 @@ ha_category: Alarm
1212
ha_release: 0.42
1313
---
1414

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.
1616

1717
To enable this, add the following lines to your `configuration.yaml`:
1818

1919
```yaml
2020
# Example configuration.yaml entry
2121
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
2525
```
2626
2727
Configuration variables:
28-
- **name** (*Optional*): Name of device in HomeAssistant
28+
29+
- **name** (*Optional*): Name of device in Home Assistant.
2930
- **username** (*Required*): Username used to sign into the TotalConnect app/web client.
3031
- **password** (*Required*): Password used to sign into the TotalConnect app/web client.
3132

0 commit comments

Comments
 (0)