diff --git a/source/_components/alarm_control_panel.concord232.markdown b/source/_components/alarm_control_panel.concord232.markdown index 75108409a2b..793da487edb 100644 --- a/source/_components/alarm_control_panel.concord232.markdown +++ b/source/_components/alarm_control_panel.concord232.markdown @@ -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: diff --git a/source/_components/binary_sensor.concord232.markdown b/source/_components/binary_sensor.concord232.markdown index 75108409a2b..31ce3b004ba 100644 --- a/source/_components/binary_sensor.concord232.markdown +++ b/source/_components/binary_sensor.concord232.markdown @@ -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: diff --git a/source/images/screenshots/interlogix.png b/source/images/screenshots/interlogix.png new file mode 100644 index 00000000000..e8abf587bdb Binary files /dev/null and b/source/images/screenshots/interlogix.png differ