From c98a3a2fd19bbadb3d140955c192a523673cf3b8 Mon Sep 17 00:00:00 2001 From: suaveolent <2163625+suaveolent@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:39:34 +0100 Subject: [PATCH] Add support for lupusec smoke and water sensor (#103905) --- homeassistant/components/lupusec/binary_sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/lupusec/binary_sensor.py b/homeassistant/components/lupusec/binary_sensor.py index c98e634dcb3..ee369baf8dd 100644 --- a/homeassistant/components/lupusec/binary_sensor.py +++ b/homeassistant/components/lupusec/binary_sensor.py @@ -27,7 +27,7 @@ def setup_platform( data = hass.data[LUPUSEC_DOMAIN] - device_types = CONST.TYPE_OPENING + device_types = CONST.TYPE_OPENING + CONST.TYPE_SENSOR devices = [] for device in data.lupusec.get_devices(generic_type=device_types):