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

* Update NX584 component configuration variable Update style of NX584 component documentation to follow new configuration variables description. Related to #6385. * ✏️ Tweak * ✏️ Typo
1.1 KiB
1.1 KiB
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 | NX584 Alarm Control Panel | Instructions on how to integrate NX584 into Home Assistant. | 2016-02-07 10:00 | true | false | true | true | networx.png | Alarm | 0.13 |
The nx584
platform provides integration with GE, Caddx, Interlogix (and other brands) alarm panels that support the NX584 interface module (or have it built in). Supported panels include NX4/6/8/8E. Actual integration is done through pynx584 which is required for this to work.
To enable this, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
alarm_control_panel:
- platform: nx584
{% configuration %} host: description: The host where the nx584 server process is running. required: false default: localhost type: string name: description: This parameter allows you to override the name. required: false default: NX584 type: string port: description: The port where the Alarm panel is listening. required: false default: 5007 type: integer {% endconfiguration %}