Is there any service that can do a more in depth scan of one’s config file? I’ve just noticed I’ve been referring to a non-existent timer in an automation - I bet there are other similar errors in my monolithic spider’s web of a config file.
Is there any scan tool that will detect such errors? The internal one seems to just check for valid YAML (& possibly a few other bits?).
Probably of little help to you but, as an FYI, there’s a new Home Assistant extension for VS Code that provides an ‘entity lookup’ feature. As you start typing light.h it will list all matching entities (i.e. all entities you’ve defined that start with light.h). It can prevent mistakes like using an entity that hasn’t been defined.