What's new
- Moved the "Ignored Labels" setting from the Service Info screen to configuration options.
- Added a new service
watchman.set_ignored_labelsto change this setting via automations. - Fixed parser bugs.
- Significantly improved sensor update performance for systems with 1K+ entities.
Full list of changes
- fix: parse lovelace files regardless of their naming convention (#262) (b3a2ab1)
- fix: parser bug with redundant regexp definitions + refactoring #256 (#261) (35d27e9)
- perf: incremental state update in coordinator (#259) (86cec5f)
- fix: prevent false positives with hyphens and special chars #252 (#257) (884217b)
- exclude logger: key from parsing (#255) (89b109b)
- feat: user-friendly control of ignored labels setting (#254) (4cb78c1)
- fix: nested context detection (#247) (#251) (3a5326a)
- fix: support registry-disabled automations (#250) (f8a9784)