mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: networx.png
|
||||
logo: interlogix.png
|
||||
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`:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
alarm_control_panel:
|
||||
platform: concord232
|
||||
- platform: concord232
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
@ -1,25 +1,25 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Concord232 Alarm Control Panel"
|
||||
description: "Instructions how to integrate Interlogix/GE Concord4 with RS-232 Automation Control Module into Home Assistant."
|
||||
title: "Concord232 Binary Sensor"
|
||||
description: "Instructions how to integrate Interlogix/GE Concord4 binary sensors into Home Assistant."
|
||||
date: 2016-10-11 10:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: networx.png
|
||||
ha_category: Alarm
|
||||
ha_release: 0.13
|
||||
logo: interlogix.png
|
||||
ha_category: Binary sensor
|
||||
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`:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
alarm_control_panel:
|
||||
platform: concord232
|
||||
binary_sensor:
|
||||
- platform: concord232
|
||||
```
|
||||
|
||||
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