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