🚜 Merges/Redirect Concord232 platform pages (#9122)

* 🚜 Merges/Redirect Concord232 platform pages

* ✏️ Tweak
This commit is contained in:
Klaas Schoute 2019-04-04 14:36:30 +02:00 committed by Fabian Affolter
parent a52b4b3438
commit bf158ad17f
2 changed files with 38 additions and 48 deletions

View File

@ -1,43 +0,0 @@
---
layout: page
title: "Concord232 Alarm Control Panel"
description: "Instructions on how to integrate Interlogix/GE Concord4 with RS-232 Automation Control Module into Home Assistant."
date: 2016-10-11 10:00
sidebar: true
comments: false
sharing: true
footer: true
logo: interlogix.png
ha_category: Alarm
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.
To use this platform, you will need to have the external concord232 client and server installed.
The server must be running on the device which is connected to the automation module's serial port.
The client must be installed on the machine running Home Assistant. These may often be the same machine, but do not have to be.
For additional details in setting up and testing the client and server, see <https://github.com/JasonCarter80/concord232>.
## {% linkable_title Configuration %}
To enable this platform in Home Assistant, add the following lines to your `configuration.yaml`:
```yaml
# Example configuration.yaml entry
alarm_control_panel:
- platform: concord232
```
{% configuration %}
host:
description: The host where the concord232 server process is running.
required: false
type: string
default: localhost
port:
description: The port where the Alarm panel is listening.
required: false
type: integer
default: 5007
{% endconfiguration %}

View File

@ -1,24 +1,57 @@
---
layout: page
title: "Concord232 Binary Sensor"
description: "Instructions on how to integrate Interlogix/GE Concord4 binary sensors into Home Assistant."
title: "Concord232"
description: "Instructions on how to integrate Interlogix/GE Concord4 into Home Assistant."
date: 2016-10-11 10:00
sidebar: true
comments: false
sharing: true
footer: true
logo: interlogix.png
ha_category: Binary Sensor
ha_category:
- Alarm
- Binary Sensor
ha_release: 0.31
redirect_from:
- /components/binary_sensor.concord232/
- /components/alarm_control_panel.concord232/
---
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.
## {% linkable_title Configuration %}
To use this platform, you will need to have the external concord232 client and server installed. The server must be running on the device which is connected to the automation module's serial port. The client must be installed on the machine running Home Assistant. These may often be the same machine, but do not have to be. For additional details in setting up and testing the client and server, see <https://github.com/JasonCarter80/concord232>.
To enable this, add the following lines to your `configuration.yaml`:
There is currently support for the following device types within Home Assistant:
- [Alarm](#alarm-control-panel)
- [Binary Sensor](#binary-sensor)
## {% linkable_title Alarm Control Panel %}
To enable the alarm control panel platform, add the following lines to your `configuration.yaml`:
```yaml
# Example configuration.yaml entry
alarm_control_panel:
- platform: concord232
```
{% configuration %}
host:
description: The host where the concord232 server process is running.
required: false
type: string
default: localhost
port:
description: The port where the Alarm panel is listening.
required: false
type: integer
default: 5007
{% endconfiguration %}
## {% linkable_title Binary Sensor %}
To enable the binary sensor platform, add the following lines to your `configuration.yaml`:
```yaml
# Example configuration.yaml entry