home-assistant.io/source/_components/binary_sensor.concord232.markdown
Jorim Tielemans 5c852edbde More various improvements - letter b (#6990)
* More various fixed - letter b

Adds titles (and make other linkable)
Improved indentation
Reorder configuration keys
Remove empty lines and trailing spaces

* No idea why this happened

* String can't start with *
2018-10-21 17:05:53 +02:00

1022 B

layout title description date sidebar comments sharing footer logo ha_category ha_release
page Concord232 Binary Sensor Instructions on how to integrate Interlogix/GE Concord4 binary sensors into Home Assistant. 2016-10-11 10:00 true false true true interlogix.png Binary Sensor 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.

{% linkable_title Configuration %}

To enable this, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
binary_sensor:
  - 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 %}