gadgetchnnel / lovelace-home-feed-card

A custom Lovelace card for displaying a combination of persistent notifications, calendar events, and entities in the style of a feed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

JayBigGuy10 opened this issue · 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

+1 :)

Bump please :-)

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