mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Fix rfxtrx stop after first non light (#38057)
This commit is contained in:
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…
x
Reference in New Issue
Block a user