Hive: Errors occurring

Hi, I have the hive integration which has worked flawlessly for some time, I noticed in the logs the following errors which I cannot figure out, I noticed them because of issues with other integrations related to zigbee devices, but I don’t think they are related.

2021-01-14 20:36:26 ERROR (MainThread) [homeassistant.components.light] Error adding entities for domain light with platform hive

Traceback (most recent call last):

File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 316, in async_add_entities

await asyncio.gather(*tasks)

File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 384, in _async_add_entity

device_info = entity.device_info

File "/config/custom_components/hive/light.py", line 55, in device_info

"model": self.device["device_data"]["model"],

KeyError: 'model'

Any Ideas?

My config is:

> ```
> System Health
> 
> version: 2021.1.0
> installation_type: Home Assistant Container
> dev: false
> hassio: false
> docker: true
> virtualenv: false
> python_version: 3.8.7
> os_name: Linux
> os_version: 4.4.59+
> arch: x86_64
> timezone: Europe/London
> 
> 
> GitHub API: ok
> Github API Calls Remaining: 4764
> Installed Version: 1.9.0
> Stage: running
> Available Repositories: 709
> Installed Repositories: 17
> 
> 
> logged_in: true
> subscription_expiration: January 31, 2021, 12:00 AM
> relayer_connected: true
> remote_enabled: true
> remote_connected: true
> alexa_enabled: true
> google_enabled: false
> can_reach_cert_server: ok
> can_reach_cloud_auth: ok
> can_reach_cloud: ok
> 
> 
> dashboards: 3
> mode: yaml
> views: 6
> resources: 5
> 
> 
> api_endpoint_reachable: ok
> ```