You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new
🚀 Improvements:
Moved the "Ignored Labels" setting from the Service Info screen to configuration options (now with multiselect control)
New set_ignored_labels action to manage ignore rules for your automations
Debug log obfuscation can be turned off in configuration settings
Icons added to the report to distinguish between groups, templates, and regular files
🐛 Bugfixes:
Fixed a lot of parser false-positives
Fixed an issue where entities were misidentified as actions (#266)
Dashboard files with extensions were skipped by parser (e.g. /config/.storage/lovelace.my_card)
Fixed a bug where the ignored files pattern was not applied to files within the .storage folder (#267)
🛠️ Other:
Significantly improved sensor update performance for systems with 1K+ entities.
Parser performance improvements
Breaking change: the text.watchman_ignored_labels entity is deprecated and will be removed in future versions. Use new set_ignored_labels action to manage ignore rules for your automations instead.
Full list of changes
feat: icons for sources in the report (#274) (2eab21b)
tests: improving robustness within teardown phase (#268) (11a466b)
fix: apply ignored patterns to the whitelisted files in .storage (#267) (ff4a8e4)
fix: misidentification entity as action (#266) (b42f4e3)
fix: parse lovelace files regardless of their naming convention (#262) (b3a2ab1)