mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Add support for lupusec smoke and water sensor (#103905)
This commit is contained in:
parent
dbe193aaa4
commit
c98a3a2fd1
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user