Fix rfxtrx stop after first non light (#38057)
parent
0ffeb4dea4
commit
bbff9ff6a0
|
@ -48,7 +48,7 @@ async def async_setup_entry(
|
|||
_LOGGER.error("Invalid device: %s", packet_id)
|
||||
continue
|
||||
if not supported(event):
|
||||
return
|
||||
continue
|
||||
|
||||
device_id = get_device_id(event.device)
|
||||
if device_id in device_ids:
|
||||
|
|
Loading…
Reference in New Issue