Fix fibaro sensor additional sensor lookup (#115148)
parent
fc9653581a
commit
265d04c593
|
@ -121,6 +121,7 @@ async def async_setup_entry(
|
|||
Platform.COVER,
|
||||
Platform.LIGHT,
|
||||
Platform.LOCK,
|
||||
Platform.SENSOR,
|
||||
Platform.SWITCH,
|
||||
)
|
||||
for device in controller.fibaro_devices[platform]
|
||||
|
|
Loading…
Reference in New Issue