mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Add logo, fix type, and update ha_release
This commit is contained in:
parent
5c436a04fb
commit
3fe46cbbbc
@ -7,19 +7,19 @@ sidebar: true
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: networx.png
|
logo: interlogix.png
|
||||||
ha_category: Alarm
|
ha_category: Alarm
|
||||||
ha_release: 0.13
|
ha_release: 0.31
|
||||||
---
|
---
|
||||||
|
|
||||||
The `concord232` platform provides integration with GE, Interlogix (and other brands) alarm panels that support the RS-232 Automation Control Panel interface module (or have it built in). Supported panels include Concord 4. Actual integration is done through [concord232](http://github.com/JasonCarter80/concord232) which is required for this to work.
|
The `concord232` platform provides integration with GE, Interlogix (and other brands) alarm panels that support the RS-232 Automation Control Panel interface module (or have it built in). Supported panels include Concord 4.
|
||||||
|
|
||||||
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: concord232
|
- platform: concord232
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
@ -1,25 +1,25 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Concord232 Alarm Control Panel"
|
title: "Concord232 Binary Sensor"
|
||||||
description: "Instructions how to integrate Interlogix/GE Concord4 with RS-232 Automation Control Module into Home Assistant."
|
description: "Instructions how to integrate Interlogix/GE Concord4 binary sensors into Home Assistant."
|
||||||
date: 2016-10-11 10:00
|
date: 2016-10-11 10:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: networx.png
|
logo: interlogix.png
|
||||||
ha_category: Alarm
|
ha_category: Binary sensor
|
||||||
ha_release: 0.13
|
ha_release: 0.31
|
||||||
---
|
---
|
||||||
|
|
||||||
The `concord232` platform provides integration with GE, Interlogix (and other brands) alarm panels that support the RS-232 Automation Control Panel interface module (or have it built in). Supported panels include Concord 4. Actual integration is done through [concord232](http://github.com/JasonCarter80/concord232) which is required for this to work.
|
The `concord232` platform provides integration with GE, Interlogix (and other brands) alarm panels that support the RS-232 Automation Control Panel interface module (or have it built in). Supported panels include Concord 4.
|
||||||
|
|
||||||
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:
|
binary_sensor:
|
||||||
platform: concord232
|
- platform: concord232
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
BIN
source/images/screenshots/interlogix.png
Normal file
BIN
source/images/screenshots/interlogix.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 542 KiB |
Loading…
x
Reference in New Issue
Block a user