EFERGy component new integration

Hi, I had a working configuration of EFERGY, just updated to 2021.11 , deleted the configuration in sensor.yaml and try to add it with the new integration but I receive this error


2021-11-05 11:54:39 ERROR (MainThread) [homeassistant.components.efergy.config_flow] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/efergy/config_flow.py", line 77, in _async_try_connect
    await api.async_status()
  File "/usr/local/lib/python3.9/site-packages/pyefergy/__init__.py", line 463, in async_status
    self.info[TYPE] = _data[LISTOFMACS][0][TYPE]
KeyError: 'type'
2021-11-05 11:54:42 ERROR (MainThread) [homeassistant.components.efergy.config_flow] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/efergy/config_flow.py", line 77, in _async_try_connect
    await api.async_status()
  File "/usr/local/lib/python3.9/site-packages/pyefergy/__init__.py", line 463, in async_status
    self.info[TYPE] = _data[LISTOFMACS][0][TYPE]
KeyError: 'type'

If I put a wrong api key I receive the error INVALID AUTHENTICATION
If I put a correct api key I reeive the error UNEXPECTED ERROR

1 Like

I get the following error:

2021-11-12 18:13:26 ERROR (SyncWorker_5) [homeassistant.loader] The custom integration ‘efergy’ does not have a version key in the manifest file and was blocked from loading. See Custom integration changes | Home Assistant Developer Docs for more details

Can this issue please be solved by the owner of integration? It would be greatly appreciated!