dummylabs / thewatchman

Home Assistant custom integration to keep track of missing entities and actions in your config files
MIT License
481 stars 20 forks source link

prevent multiple parsing attempts when HA configuration gets reloaded via Developer Tools #163

Closed dummylabs closed 1 day ago

dummylabs commented 1 day ago

When user reloads their configuration via Developer Tools->All YAML configuration, Watchman runs parsing of configuration files up to 18 times in a row because of multiple events generated by HA for each of reloadable domains. This may singnificantly slow down some systems.

May be related to #67.