Error loading rfxtrx sensors

Upgraded to hassio 0.65.6 and my rfxtrx sensors no longer load. rfxtrx switches and binary_sensors work fine. Anyone else having this problem? I have logged an issue on github but no one has picked it up yet.

Error in the log:

2018-03-26 19:49:11 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform rfxtrx
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 82, in async_setup
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File “/usr/lib/python3.6/asyncio/tasks.py”, line 358, in wait_for
return fut.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 245, in result
raise self.exception
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/sensor/rfxtrx.py”, line 44, in setup_platform
device_id = "sensor
{}".format(slugify(event.device.id_string.lower()))
AttributeError: ‘NoneType’ object has no attribute ‘device’

Have exactly the same error but I am running the Home Assistant
0.86.3:
Log Details (ERROR)
Tue Jan 29 2019 17:20:25 GMT+0100 (Central European Standard Time)

Error while setting up platform rfxtrx
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 128, in async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File “/usr/local/lib/python3.6/asyncio/tasks.py”, line 358, in wait_for
return fut.result()
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/rfxtrx.py”, line 44, in setup_platform
device_id = "sensor
{}".format(slugify(event.device.id_string.lower()))
AttributeError: ‘NoneType’ object has no attribute ‘device’