Watchman 0.8.3-rc3
This version address issues with false positives found in core.config_entries file located in .storage.
Even though the .storage folder is excluded from parsing, this file (along with a few others) contains useful information that can help Watchman identify problematic entities. A good example of such data is groups and templates created in the Helpers UI section.
π Bugfixes
- Improved parser logic for
core.config_entries. Now only entries ingroupandtemplatedomains are analyzed, which should reduce the number of false positives (#240)
π Enhancements
- The service response data (visible as YAML in Developer Tools -> Actions) now includes the specific context where a flagged entity was found (e.g., automation, script, UI helper group, or UI helper template).
β οΈΒ Note: Despite extensive unit testing, bugs may still occur due to a significant rewrite of the codebase. Please do backup before install the new version.