From 8d5e213d89280ad8f2384e586e64dae0998b113c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 7 Feb 2016 12:35:57 +0100 Subject: [PATCH] Add nx584 docs --- .../alarm_control_panel.nx584.markdown | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 source/_components/alarm_control_panel.nx584.markdown diff --git a/source/_components/alarm_control_panel.nx584.markdown b/source/_components/alarm_control_panel.nx584.markdown new file mode 100644 index 00000000000..af5e200755a --- /dev/null +++ b/source/_components/alarm_control_panel.nx584.markdown @@ -0,0 +1,27 @@ +--- +layout: component +title: "NX584 Alarm Control Panel" +description: "Instructions how to integrate NX584 into Home Assistant." +date: 2016-02-07 10:00 +sidebar: true +comments: false +sharing: true +footer: true +ha_category: Alarm +--- + +The `nx584` platform is consuming the information provided by a [Alarm.com](https://www.alarm.com/). + +To enable this, add the following lines to your `configuration.yaml`: + +```yaml +# Example configuration.yaml entry +alarm_control_panel: + platform: nx584 + host: IP_ADDRESS +``` + +Configuration variables: + +- **host** (*Optional*): The IP address of the pynx584 backend server. Defaults to `localhost:5007`. +