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
Copy file name to clipboardExpand all lines: README.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,26 @@ After installation, the **Orphan Cleaner** icon appears in the HA sidebar. All s
38
38
|**Scan**| Scans the registry and populates the table |
39
39
|**Heuristic**| Enables detection method 4 (see below) |
40
40
|**Min age (h)**| Minimum age in hours for an entity to be flagged |
41
-
|**Ignore platforms**| Add platform names to exclude from results (e.g. `tuya`, `shelly`) |
41
+
|**Ignore**| Add platforms or globs to exclude from the current session |
42
+
|**Default ignore list**| Persistent ignore list, pre-loaded on every scan (see below) |
42
43
|**Filter**| Filter visible results by entity_id or platform |
43
44
|**Select all / Deselect**| Bulk checkbox controls |
44
45
|**Delete selected**| Delete selected entities with a confirmation dialog |
45
46
|**Save & Delete**| Save a JSON backup of selected entities to `/config/` before deleting |
46
47
47
-
### Ignore Platforms
48
+
### Ignore (session)
48
49
49
-
Type a platform name in the **Ignore platforms** field and press **Enter** or **+ Add**. The platform appears as a removable pill tag. Ignored entities remain visible in the table but are greyed out and non-interactive. The orphan counter reflects the exclusion. The ignore list is applied immediately and persists across rescans during the same session.
50
+
Type a platform name or glob pattern in the **Ignore** field in the control bar and press **Enter** or **+ Add**. Ignored entities remain visible in the table but are greyed out and non-interactive. The orphan counter reflects the exclusion. This list is temporary and resets on page reload.
51
+
52
+
### Default ignore list (persistent)
53
+
54
+
A collapsible section below the control bar. Entries here are saved to the integration's config entry options and automatically loaded on every scan and page load. Supports:
0 commit comments