custom-cards / surveillance-card

A custom component for displaying camera feeds in the style of a surveillance system.
Apache License 2.0
244 stars 36 forks source link

Allow a group or jinja2 template as a list of camera entities #47

Open bsfaxi opened 3 years ago

bsfaxi commented 3 years ago

Hi, The configuration of the card allows only a specific list of camera entities. So, is it possible to make a enhancement in order to allow instead a group or a jinja2 template that could populate the list of required camera entities? Thanks in advance. Bilel

niemyjski commented 1 year ago

I'm not sure how that would work, how would you associate a camera and motion entity?

BruceHowells commented 12 months ago

I've done something similar to what I think OP was trying to accomplish with https://github.com/thomasloven/lovelace-auto-entities. Of course, using that approach I lose the ability to associate motion entities, but I don't have to maintain the camera list by hand.