I’ve been haunted by this error for a while not but I just can’t figure out what might be causing it. Does anyone have an idea on what I should look for?
Could it be an old entity_id that I’m referring to somewhere?
2022-11-01 10:50:42.676 ERROR (MainThread) [homeassistant.config] Invalid config for [automation]: expected str for dictionary value @ data['id']. Got None. (See ?, line ?).
That’s a great idea. I wasn’t able to go that far back, for some reason it just kept on loading and noting happened. So I restarted HA and took a new look but there is no event with the same time stamp as in the log.
But to my knowledge everything works, there might be some minor automation that doesn’t but not that I have noticed. Though the missing id you said is interesting and could likely be the case. I will for sure look through all my automations and make sure they have a valid id.
Do you see anything else I should take a close look at?
With packages, do you mean those I’ve written myself or things included from the ui/hacs?
@pedolsky you genius! I found the issue thanks too you - it was as you pointed out an automation id that was missing quotes. Thank you!
Warnings about incorrect automation ids could be improved, I’ve had issues before when duplicating an old automation and missing to update the id. No warnings about duplicated ids, things just don’t work. Here I had errors but impossible to understand what they meant.