Getting this in my logs on startup recently. I have 8 alexa devices, I assume thats why I get 8 occurences of the error.
Alexa control via nabu casa seems to be working OK.
Anybody have this and able to solve it ?
Thanks in advance
Log Details (ERROR)
Logger: homeassistant.core
Source: components/alexa/entities.py:212
First occurred: 10:00:43 AM (8 occurrences)
Last logged: 10:00:43 AM
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/alexa/state_report.py", line 184, in async_send_delete_message
alexa_entity = ENTITY_ADAPTERS[domain](hass, config, hass.states.get(entity_id))
File "/usr/src/homeassistant/homeassistant/components/alexa/entities.py", line 212, in __init__
self.entity_conf = config.entity_config.get(entity.entity_id, {})
AttributeError: 'NoneType' object has no attribute 'entity_id'