Temper Sensor more info

Continuing the discussion from TEMPer Sensor with Home Assistant Supervised:

Some more info:

More info from the logs:

Logger: homeassistant.components.sensor
Source: components/temper/sensor.py:30
Integration: Sensor (documentation, issues)
First occurred: 21:59:34 (1 occurrences)
Last logged: 21:59:34

Error while setting up temper platform for sensor
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 198, in _async_setup_platform
await asyncio.shield(task)
File “/usr/local/lib/python3.8/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/temper/sensor.py”, line 38, in setup_platform
temper_devices = get_temper_devices()
File “/usr/src/homeassistant/homeassistant/components/temper/sensor.py”, line 30, in get_temper_devices
return TemperHandler().get_devices()
File “/usr/local/lib/python3.8/site-packages/temperusb/temper.py”, line 419, in init
self._devices += [TemperDevice(device) for device in
File “/usr/local/lib/python3.8/site-packages/temperusb/temper.py”, line 419, in
self._devices += [TemperDevice(device) for device in
File “/usr/local/lib/python3.8/site-packages/temperusb/temper.py”, line 95, in init
self.lookup_sensor_count()
File “/usr/local/lib/python3.8/site-packages/temperusb/temper.py”, line 164, in lookup_sensor_count
if (self._device.product == ‘TEMPer1F_V1.3’) or
AttributeError: ‘Device’ object has no attribute ‘product’

I know the device is a Termper_V1.4 but it should be supported no?