lovelace-auto-entities icon indicating copy to clipboard operation
lovelace-auto-entities copied to clipboard

It is not possible to hide temporarily disabled entities

Open vitjurasek opened this issue 11 months ago • 2 comments

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?

vitjurasek avatar Mar 16 '24 19:03 vitjurasek

filter:
  include:
    [whatever]
  exclude:
    hidden-by: '*'

rugbyopera avatar Jun 14 '24 10:06 rugbyopera

filter:
  include:
    [whatever]
  exclude:
    hidden-by: '*'

This doesn't work for me. Small typo its with a _ not - in hidden_by.

miguelarios avatar Aug 06 '24 18:08 miguelarios