Skip to content

v2.3.2 — Default Ignore List with Glob Support

Choose a tag to compare

@Franz646 Franz646 released this 29 Apr 06:27
· 44 commits to main since this release

What's new

Persistent Default Ignore List

  • New collapsible "Default ignore list" section in the panel
  • Entries are saved to the integration options and automatically loaded on every scan
  • Survives restarts, updates, and page reloads

Glob support

  • Ignore entries now support Unix glob patterns matched against both platform name and entity ID
  • imou_* — ignores all entities whose platform starts with imou_
  • sensor.old_* — ignores all sensor entities starting with old_
  • *_deprecated — ignores any entity ending with _deprecated
  • Built-in ? help tooltip with full syntax reference

Other fixes

  • Fixed blocking call: __pycache__ cleanup now runs in executor
  • Fixed panel route registration on HA 2026+

Upgrading

After updating, restart Home Assistant. The default ignore list is empty by default — add your entries from the panel and press 💾 Save.