Add support for lupusec smoke and water sensor (#103905)
This commit is contained in:
parent
dbe193aaa4
commit
c98a3a2fd1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def setup_platform(
|
||||||
|
|
||||||
data = hass.data[LUPUSEC_DOMAIN]
|
data = hass.data[LUPUSEC_DOMAIN]
|
||||||
|
|
||||||
device_types = CONST.TYPE_OPENING
|
device_types = CONST.TYPE_OPENING + CONST.TYPE_SENSOR
|
||||||
|
|
||||||
devices = []
|
devices = []
|
||||||
for device in data.lupusec.get_devices(generic_type=device_types):
|
for device in data.lupusec.get_devices(generic_type=device_types):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue