lovelace-home-feed-card
lovelace-home-feed-card copied to clipboard
[Suggestion/Feature Request] Support to include whole category of entities
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_*