Add logo, fix type, and update ha_release

This commit is contained in:
Fabian Affolter 2016-10-22 11:00:02 +02:00
parent 5c436a04fb
commit 3fe46cbbbc
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
3 changed files with 12 additions and 12 deletions

View File

@ -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:

View File

@ -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:

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 KiB