Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.8 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
Lupus Electronics Home Security Instructions on integrating Lupusec home security with Home Assistant. lupusec.png
Hub
Alarm
Binary Sensor
Switch
0.83 Local Polling
/components/alarm_control_panel.lupusec/
/components/binary_sensor.lupusec/
/components/switch.lupusec/

The lupusec integration allows the user to integrate their Lupusec alarm control panel and ultimately all connected sensors and other devices. For more information about the LUPUS-Electronics security system please visit their website.

Supported units:

  • Lupusec XT1

The following devices are supported by the underlying lupupy Python library and integrated into Home Assistant.

  • Alarm Control Panel: Displays the alarm status and controls arming, disarming and home modus.
  • Binary Sensor: Displays the status of binary sensors. Currently only Door and window sensors are supported.
  • Switch: Turn off and on your Lupus power switches.

Configuration

To use Lupusec devices in your installation, add the following lupusec section to your configuration.yaml file:

# Example configuration.yaml entry
lupusec:
  username: YOUR_USERNAME
  password: YOUR_PASSWORD
  ip_address: YOUR_IP_ADDRESS

{% configuration %} username: description: The login username of your Lupusec alarm panel. required: true type: string password: description: The login password of your Lupusec alarm panel. required: true type: string ip_address: description: The IP address of your Lupusec alarm panel. required: true type: string name: description: Name for your Lupusec panel. required: false type: string {% endconfiguration %}