lovelace-home-feed-card icon indicating copy to clipboard operation
lovelace-home-feed-card copied to clipboard

[Suggestion/Feature Request] Support to include whole category of entities

Open JayBigGuy10 opened this issue 3 years ago • 3 comments

Is it possible to have a feature added where wildcards can be used in the entities: section of the card? I cuurently have this for my config of the card

entities:
  - input_boolean.occupation
  - person.jayden
  - person.dean
  - person.caleb
  - person.mickel
  - input_boolean.guest
  - media_player.samsung_tv
  - switch.amplifier_power
  - switch.speaker_power
  - sun.sun
  - sensor.hacs
  - light.deck_light_1
  - light.deck_light_2
  - light.deck_light_3
  - light.deck_light_4
  - light.back_deck_basiczbr3
  - light.outside_garage_basiczbr3
hours_to_show: 24

can it be made to work like this so that any new entities I add automatically show up and the config can be more compact? currently home assistant errors if i try and use a config like this:

type: logbook
entities:
  - light.*
  - input_boolean.*
  - person.*
  - media_player.*
  - switch.*
  - sun.sun
  - sensor.hacs
hours_to_show: 24

JayBigGuy10 avatar Jul 25 '21 01:07 JayBigGuy10

+1 :)

onestix avatar Oct 06 '21 13:10 onestix

Bump please :-)

johnjoemorgan avatar Feb 18 '22 06:02 johnjoemorgan

Nice suggestion. It would be even better if we could use regular expressions to filter entities: switch.garden_watering_*

DamianosS avatar May 08 '22 09:05 DamianosS