diff --git a/source/_components/alarm_control_panel.lupusec.markdown b/source/_components/alarm_control_panel.lupusec.markdown index 432a7da93ae..55b7ffeada5 100644 --- a/source/_components/alarm_control_panel.lupusec.markdown +++ b/source/_components/alarm_control_panel.lupusec.markdown @@ -13,6 +13,6 @@ ha_release: 0.83 ha_iot_class: "Local Polling" --- -The `LUPUS-Electronics` security control panel platform allows you to control your [Lupusec](https://www.lupus-electronics.de) devices. +The `lupusec` security control panel platform allows you to control your [Lupusec](https://www.lupus-electronics.de) devices. -The requirement is that you have setup your [Lupusec component](/components/lupusec/). The alarm control panel is automatically added to your hass UI. \ No newline at end of file +The requirement is that you have setup your [Lupusec component](/components/lupusec/). The alarm control panel is automatically added to the Home Assistant frontend. diff --git a/source/_components/binary_sensor.lupusec.markdown b/source/_components/binary_sensor.lupusec.markdown index 4367bde3b0d..f8c98f4be34 100644 --- a/source/_components/binary_sensor.lupusec.markdown +++ b/source/_components/binary_sensor.lupusec.markdown @@ -13,8 +13,8 @@ ha_release: 0.83 ha_iot_class: "Local Polling" --- -The `LUPUS-Electronics` security control panel platform allows you to control your [Lupusec](https://www.lupus-electronics.de) devices. +The `lupusec` security control panel platform allows you to control your [Lupusec](https://www.lupus-electronics.de) devices. -This component will add `door contacts` and `window contacts` to your home-assistant setup +This platform will add `door contacts` and `window contacts` to your Home Assistant setup. -For the sensors to work you have to setup your [Lupusec component](/components/lupusec/). \ No newline at end of file +For the sensors to work you have to setup your [`lupusec` component](/components/lupusec/). diff --git a/source/_components/lupusec.markdown b/source/_components/lupusec.markdown index d26b74319ea..931386a2fe6 100644 --- a/source/_components/lupusec.markdown +++ b/source/_components/lupusec.markdown @@ -13,14 +13,16 @@ ha_release: 0.83 ha_iot_class: "Local Polling" --- -The `Lupusec` component 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](https://www.lupus-electronics.de). +The `lupusec` component 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](https://www.lupus-electronics.de). -The following devices are supported by the underlying `lupupy` python library and integrated into hass. +The following devices are supported by the underlying `lupupy` Python library and integrated into Home Assistant. - [Alarm Control Panel](/components/alarm_control_panel.lupusec/): Displays the alarm status and controls arming, disarming and home modus. - [Binary Sensor](/components/binary_sensor.lupusec/): Displays the status of binary sensors. Currently only Door and window sensors are supported. - [Switch](/components/switch.lupusec/): Turn off and on your Lupus power switches. +## {% linkable_title Configuration %} + To use Lupusec devices in your installation, add the following `lupusec` section to your `configuration.yaml` file: ```yaml @@ -48,4 +50,4 @@ name: description: Name for your Lupusec panel. required: false type: string -{% endconfiguration %} \ No newline at end of file +{% endconfiguration %} diff --git a/source/_components/switch.lupusec.markdown b/source/_components/switch.lupusec.markdown index f526e35da2a..32c20a59b49 100644 --- a/source/_components/switch.lupusec.markdown +++ b/source/_components/switch.lupusec.markdown @@ -13,8 +13,8 @@ ha_release: 0.83 ha_iot_class: "Local Polling" --- -The `LUPUS-Electronics` security control panel platform allows you to control your [Lupusec](https://www.lupus-electronics.de) devices. +The `lupusec` security control panel platform allows you to control your [Lupusec](https://www.lupus-electronics.de) devices. This component will automatically add `Power Switches` configured in your Lupusec control panel. -For the switches to work you have to setup your [Lupusec component](/components/lupusec/). +For the switches to work you have to setup your [`lupusec` component](/components/lupusec/).