I would like to hide specific entities from auto-generated dashboards.
This is an example entity.
lock.downstairslivingroomplugtv_child_lock
A solution I would assume exists its something like:
lock.*_child_lock
- being any characters.
With the final text looking like this:
strategy:
type: custom:mushroom-strategy
options:
card_options:
lock.*_child_lock:
hidden: true
views: [ ]
I have however not found any way to select entities in a similar manner.
(I assume its super simple)