Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarch21 authored Dec 18, 2022
1 parent f33b3e6 commit e057673
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ The entities shown in the list can be further filtered using the `filterEntities
```yaml
type: custom:history-explorer-card
filterEntities: 'binary_sensor.*' # Show only binary sensors in the selector dropdown list
filterEntities: # Or use multiple filters, entities matching any of the filters will be added
- '*power*'
- 'sensor.*energy*'
```

Dynamically added entities can be individually removed by clicking the `x` close button next to them or all together using the option in the entity action dropdown menu:
Expand Down

0 comments on commit e057673

Please sign in to comment.