diff --git a/source/_components/alarm_control_panel.lupusec.markdown b/source/_components/alarm_control_panel.lupusec.markdown index 55b7ffeada5..f7547c012c4 100644 --- a/source/_components/alarm_control_panel.lupusec.markdown +++ b/source/_components/alarm_control_panel.lupusec.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -logo: lupusec.jpg +logo: lupusec.png ha_category: Alarm ha_release: 0.83 ha_iot_class: "Local Polling" diff --git a/source/_components/binary_sensor.lupusec.markdown b/source/_components/binary_sensor.lupusec.markdown index f8c98f4be34..60ab3e5da88 100644 --- a/source/_components/binary_sensor.lupusec.markdown +++ b/source/_components/binary_sensor.lupusec.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -logo: lupusec.jpg +logo: lupusec.png ha_category: Binary Sensor ha_release: 0.83 ha_iot_class: "Local Polling" diff --git a/source/_components/lupusec.markdown b/source/_components/lupusec.markdown index 931386a2fe6..fbbc273c613 100644 --- a/source/_components/lupusec.markdown +++ b/source/_components/lupusec.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -logo: lupusec.jpg +logo: lupusec.png ha_category: Hub ha_release: 0.83 ha_iot_class: "Local Polling" @@ -15,6 +15,10 @@ 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). +Supported units: + +- Lupusec XT1 + 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. @@ -30,7 +34,7 @@ To use Lupusec devices in your installation, add the following `lupusec` section lupusec: username: YOUR_USERNAME password: YOUR_PASSWORD - ip_address: 192.168.178.35 + ip_address: YOUR_IP_ADDRESS ``` {% configuration %} @@ -43,7 +47,7 @@ password: required: true type: string ip_address: - description: The IP-address of your Lupusec alarm panel. + description: The IP address of your Lupusec alarm panel. required: true type: string name: diff --git a/source/_components/switch.lupusec.markdown b/source/_components/switch.lupusec.markdown index 32c20a59b49..f17202f7cfa 100644 --- a/source/_components/switch.lupusec.markdown +++ b/source/_components/switch.lupusec.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -logo: lupusec.jpg +logo: lupusec.png ha_category: Switch ha_release: 0.83 ha_iot_class: "Local Polling" diff --git a/source/images/supported_brands/lupusec.jpg b/source/images/supported_brands/lupusec.jpg deleted file mode 100644 index 003f29e4db9..00000000000 Binary files a/source/images/supported_brands/lupusec.jpg and /dev/null differ diff --git a/source/images/supported_brands/lupusec.png b/source/images/supported_brands/lupusec.png new file mode 100644 index 00000000000..f42bc95a3a3 Binary files /dev/null and b/source/images/supported_brands/lupusec.png differ