mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
Minor changes
This commit is contained in:
parent
8e867c8e11
commit
f2e82cc6a2
@ -12,20 +12,21 @@ ha_category: Alarm
|
|||||||
ha_release: 0.42
|
ha_release: 0.42
|
||||||
---
|
---
|
||||||
|
|
||||||
The `totalconnect` platform provides connectivity with the Honeywell TotalConnect alarm systems used by many alarm companies
|
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`:
|
To enable this, add the following lines to your `configuration.yaml`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
alarm_control_panel:
|
alarm_control_panel:
|
||||||
platform: totalconnect
|
- platform: totalconnect
|
||||||
username: YOUR_USERNAME
|
username: YOUR_USERNAME
|
||||||
password: YOUR_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
- **name** (*Optional*): Name of device in HomeAssistant
|
|
||||||
|
- **name** (*Optional*): Name of device in Home Assistant.
|
||||||
- **username** (*Required*): Username used to sign into the TotalConnect app/web client.
|
- **username** (*Required*): Username used to sign into the TotalConnect app/web client.
|
||||||
- **password** (*Required*): Password used to sign into the TotalConnect app/web client.
|
- **password** (*Required*): Password used to sign into the TotalConnect app/web client.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user