Various updates (names and style) (#7988)

* Various updates (names and style)

* Fix typo
This commit is contained in:
Fabian Affolter 2018-12-30 18:38:41 +01:00
parent c29cff9d89
commit 0f089d1772
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F
4 changed files with 12 additions and 10 deletions

View File

@ -13,6 +13,6 @@ ha_release: 0.83
ha_iot_class: "Local Polling" 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. The requirement is that you have setup your [Lupusec component](/components/lupusec/). The alarm control panel is automatically added to the Home Assistant frontend.

View File

@ -13,8 +13,8 @@ ha_release: 0.83
ha_iot_class: "Local Polling" 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/). For the sensors to work you have to setup your [`lupusec` component](/components/lupusec/).

View File

@ -13,14 +13,16 @@ ha_release: 0.83
ha_iot_class: "Local Polling" 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. - [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. - [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. - [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: To use Lupusec devices in your installation, add the following `lupusec` section to your `configuration.yaml` file:
```yaml ```yaml
@ -48,4 +50,4 @@ name:
description: Name for your Lupusec panel. description: Name for your Lupusec panel.
required: false required: false
type: string type: string
{% endconfiguration %} {% endconfiguration %}

View File

@ -13,8 +13,8 @@ ha_release: 0.83
ha_iot_class: "Local Polling" 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. 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/).