Fix rfxtrx stop after first non light (#38057)

pull/38063/head
Joakim Plate 2020-07-22 13:08:31 +02:00 committed by GitHub
parent 0ffeb4dea4
commit bbff9ff6a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: