From 4f9ae8a5628aa419d6db42966365db17e2dffa8c Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 15 Feb 2019 09:02:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Lupusec=20comp?= =?UTF-8?q?onent=20pages=20(#8584)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../alarm_control_panel.lupusec.markdown | 18 ----------------- .../binary_sensor.lupusec.markdown | 20 ------------------- source/_components/lupusec.markdown | 16 +++++++++++---- source/_components/switch.lupusec.markdown | 20 ------------------- 4 files changed, 12 insertions(+), 62 deletions(-) delete mode 100644 source/_components/alarm_control_panel.lupusec.markdown delete mode 100644 source/_components/binary_sensor.lupusec.markdown delete mode 100644 source/_components/switch.lupusec.markdown diff --git a/source/_components/alarm_control_panel.lupusec.markdown b/source/_components/alarm_control_panel.lupusec.markdown deleted file mode 100644 index f7547c012c4..00000000000 --- a/source/_components/alarm_control_panel.lupusec.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: "Lupusec Alarm Control Panel" -description: "Instructions on how to setup the Lupusec Alarm control panel within Home Assistant." -date: 2018-10-03 16:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: lupusec.png -ha_category: Alarm -ha_release: 0.83 -ha_iot_class: "Local Polling" ---- - -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 the Home Assistant frontend. diff --git a/source/_components/binary_sensor.lupusec.markdown b/source/_components/binary_sensor.lupusec.markdown deleted file mode 100644 index 60ab3e5da88..00000000000 --- a/source/_components/binary_sensor.lupusec.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: page -title: "Lupusec Binary Sensor" -description: "Instructions on how to integrate Lupusec binary sensors into Home Assistant." -date: 2018-10-03 16:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: lupusec.png -ha_category: Binary Sensor -ha_release: 0.83 -ha_iot_class: "Local Polling" ---- - -The `lupusec` security control panel platform allows you to control your [Lupusec](https://www.lupus-electronics.de) devices. - -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/). diff --git a/source/_components/lupusec.markdown b/source/_components/lupusec.markdown index fbbc273c613..8577f2bffe6 100644 --- a/source/_components/lupusec.markdown +++ b/source/_components/lupusec.markdown @@ -8,9 +8,17 @@ comments: false sharing: true footer: true logo: lupusec.png -ha_category: Hub +ha_category: + - Hub + - Alarm + - Binary Sensor + - Switch ha_release: 0.83 ha_iot_class: "Local Polling" +redirect_from: + - /components/alarm_control_panel.lupusec/ + - /components/binary_sensor.lupusec/ + - /components/switch.lupusec/ --- 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). @@ -21,9 +29,9 @@ Supported units: 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. +- **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. ## {% linkable_title Configuration %} diff --git a/source/_components/switch.lupusec.markdown b/source/_components/switch.lupusec.markdown deleted file mode 100644 index f17202f7cfa..00000000000 --- a/source/_components/switch.lupusec.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: page -title: "Lupusec Switch" -description: "Instructions on how to integrate Lupusec switches into Home Assistant." -date: 2018-10-03 16:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: lupusec.png -ha_category: Switch -ha_release: 0.83 -ha_iot_class: "Local Polling" ---- - -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/).