mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 18:48:59 +00:00

* Update Concord232 binary sensor configuration variable Update style of Concord232 binary sensor documentation to follow new configuration variables description. Related to #6385. * Update binary_sensor.concord232.markdown
983 B
983 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
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.
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 default: localhost type: string port: description: The port where the Alarm panel is listening. required: false default: 5007 type: integer {% endconfiguration %}