mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Usercode support for totalconnect (#14303)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
a30b11efd8
commit
6f5af5af2c
@ -15,13 +15,20 @@ ha_platforms:
|
|||||||
- binary_sensor
|
- binary_sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
The `totalconnect` integration provides connectivity with the Honeywell TotalConnect alarm systems used by many alarm companies.
|
The `totalconnect` integration provides connectivity with TotalConnect alarm systems used by many alarm companies.
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
|
To find your TotalConnect location number:
|
||||||
|
|
||||||
|
- Use a web browser to log in to the TotalConnect website as the administrator.
|
||||||
|
- Click on your location.
|
||||||
|
- The URL shows the location number after "mylocation/" like this `https://totalconnect2.com/home/mylocation/123456`.
|
||||||
|
|
||||||
You are highly encouraged to create a Total Connect user account specifically for Home Assistant. It should not have full administrative privileges.
|
You are highly encouraged to create a Total Connect user account specifically for Home Assistant. It should not have full administrative privileges.
|
||||||
|
|
||||||
## Automation example
|
## Automation example
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
automation:
|
automation:
|
||||||
- alias: "Alarm: Disarmed Daytime"
|
- alias: "Alarm: Disarmed Daytime"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user