mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-06 02:58:57 +00:00

* Changed abode sensors to Cloud Push. Added additional binary sensors. Added lock, cover, and switches. Added abode logo to all pages. * Fixed typo's.
1.8 KiB
1.8 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 0:28 | true | false | true | true | abode.jpg | Hub | 0.52 | Cloud Push |
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:
- Alarm Control Panel: Reports on current alarm status and can be used to arm/disarm the system
- Binary Sensor: Reports on
Door Contacts
(open or closed),Motion Camera
(motion detected or not),Water Sensors
(detected or not),Keypad
(online or not),Glass Break
(online or not),Status Display
(online or not) - Cover: Reports on
Secure Barriers
(open or closed) and can be used to open/close the cover - Lock: Reports on
Door Locks
(locked or unlocked) and can be used to lock/unlock the door - Switch: Reports on
Power Switch Sensors
(on or off) and can be used to turn the power switch sensor on/off
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.