Konnected integration Temprature

Hi Guys

How do you add the temp sensors to Lovelace with the integration? I see a attribute issue in the logs not sure if that has anything to do with it. but I do get temp info …, ‘temperature’: ‘16.875’},)…

> "2020-04-28 19:08:13 ERROR (MainThread) [homeassistant.util.logging] Exception in async_add_ds18b20 when dispatching 'konnected.ds18b20.new': ({'pin': '1', 'addr': '28:48:AB:E5:05:00:00:74', 'temp': '16.875', 'device_id': 'bcddc2311f6d', 'temperature': '16.875'},)
> Traceback (most recent call last):
>   File "/usr/src/homeassistant/homeassistant/components/konnected/sensor.py", line 66, in async_add_ds18b20
>     initial_state=attrs.get("temp"),
>   File "/usr/src/homeassistant/homeassistant/components/konnected/sensor.py", line 86, in __init__
>     self._zone_num = self._data.get(CONF_ZONE)
> AttributeError: 'NoneType' object has no attribute 'get'

image

Thanks TIA