Alok Saboo 2353ca554c Added Abode home security documentation (#3208)
* Added Abode logo

* Added Abode binary_sensor docs

* Added Abode alarm_control_panel docs

* Added Abode hub docs

* Changed device_class
2017-08-20 22:38:32 +02:00

1.4 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Abode Home Security Instructions on integrating Abode home security with Home Assistant. 2017-08-26 13:28 true false true true abode.jpg Hub 0.52 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 for further information about Abode Security.

There is currently support for the following device types within Home Assistant:

  • Binary Sensor: Reports on Door Contacts (open or close) and Motion Camera (motion detected or not)
  • Alarm Control Panel: 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:

# 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.