diff --git a/source/_components/abode.markdown b/source/_components/abode.markdown new file mode 100644 index 00000000000..5b1368d4c6d --- /dev/null +++ b/source/_components/abode.markdown @@ -0,0 +1,39 @@ +--- +layout: page +title: "Abode Home Security" +description: "Instructions on integrating Abode home security with Home Assistant." +date: 2017-08-26 13:28 +sidebar: true +comments: false +sharing: true +footer: true +logo: abode.jpg +ha_category: Hub +ha_release: 0.52 +ha_iot_class: "Cloud Polling" +--- + +The `abode` component will allow users to integrate their Abode Home Security systems into Home Assistant and use its alarm system and sensors to automate their homes. + +Please visit the [Abode website](https://goabode.com/) for further information about Abode Security. + +There is currently support for the following device types within Home Assistant: + +- [Binary Sensor](/components/binary_sensor.abode/): Reports on `Door Contacts` (open or close) and `Motion Camera` (motion detected or not) +- [Alarm Control Panel](/components/alarm_control_panel.abode/): Reports on current alarm status and can be used to arm/disarm the system + +The component currently polls every 30 seconds, so device status may not be immediately reflected in Home Assistant. + +An `abode` section must be present in the `configuration.yaml` file and contain the following options as required: + +```yaml +# Example configuration.yaml entry +abode: + username: abode_username + password: abode_password +``` + +Configuration variables: + +- **username** (*Required*): Username for the Abode account. +- **password** (*Required*): Password for Abode account. diff --git a/source/_components/alarm_control_panel.abode.markdown b/source/_components/alarm_control_panel.abode.markdown new file mode 100644 index 00000000000..4b140acdb06 --- /dev/null +++ b/source/_components/alarm_control_panel.abode.markdown @@ -0,0 +1,19 @@ +--- +layout: page +title: "Abode Alarm Control Panel" +description: "Instructions how to setup the Abode Alarm control panel within Home Assistant." +date: 2017-08-26 13:28 +sidebar: true +comments: false +sharing: true +footer: true +logo: abode.jpg +ha_category: Alarm +ha_release: 0.52 +ha_iot_class: "Cloud Polling" +--- + + +The `abode` security control panel platform allows you to control your [Abode](https://goabode.com/) alarms. + +The requirement is that you have setup your [Abode hub](/components/abode/). diff --git a/source/_components/binary_sensor.abode.markdown b/source/_components/binary_sensor.abode.markdown new file mode 100644 index 00000000000..d0ee36ad392 --- /dev/null +++ b/source/_components/binary_sensor.abode.markdown @@ -0,0 +1,20 @@ +--- +layout: page +title: "Abode Binary Sensor" +description: "Instructions how to integrate Abode binary sensors into Home Assistant." +date: 2017-08-26 13:28 +sidebar: true +comments: false +sharing: true +footer: true +logo: alarmdecoder.png +ha_release: 0.52 +ha_category: Binary Sensor +ha_iot_class: "Cloud Polling" +--- + +The `abode` security control panel platform allows you to control your [Abode](https://goabode.com/) alarms. + +This component will automatically add `Door Contact` and `Motion Camera` binary sensors that are configured in your Abode account. + +The requirement is that you have setup your [Abode hub](/components/abode/). diff --git a/source/images/supported_brands/abode.jpg b/source/images/supported_brands/abode.jpg new file mode 100644 index 00000000000..51a0ac77c06 Binary files /dev/null and b/source/images/supported_brands/abode.jpg differ