I have often meet a problem to find a place where Error place in Automation. For example
Logger: homeassistant.config
Source: config.py:437
First occurred: 5:32:25 (1 occurrences)
Last logged: 5:32:25
Invalid config for [automation]: required key not provided @ data['action']. Got None. (See /config/configuration.yaml, line 8).
What this are? What about tell me?
I see that Error are at line 8 BUT it’s in the main configuration.yaml file! This line are - include autmation.yaml where I have hundreds lines of code. We need to spend a lot of time to solve this puzzle.
Instead, a developers can put into Error message a whole line where Error has been found OR a number of line in automation.yaml.
Please support this Idea.