lovelace-auto-entities
lovelace-auto-entities copied to clipboard
It is not possible to hide temporarily disabled entities
In the list of sorted socket consumption entities, I also have entities that are deliberately disabled during the winter.
Unfortunately, the list lists it as "Entity unavailable: sensor.shelly_power".
Would it be possible to add a filter to ignore the disabled entities?
filter:
include:
[whatever]
exclude:
hidden-by: '*'
filter: include: [whatever] exclude: hidden-by: '*'
This doesn't work for me. Small typo its with a _
not -
in hidden_by
.