thomasloven / lovelace-auto-entities

🔹Automatically populate the entities-list of lovelace cards
MIT License
1.18k stars 111 forks source link

Excluding multiple entities that have certain words in them #424

Open SelfSufficient08 opened 4 months ago

SelfSufficient08 commented 4 months ago

Trying to apply this but it will not work. Any suggestions? filter: include:

rugbyopera commented 3 weeks ago

Your entity IDs are definitely not 'sunset' or 'kitchen'. Try:

- entity_id: '*sunset*'
- entity_id: '*kitchen*'

If it allows you to use one entity_id line but not multiple, then you may have to use the exclude filter to make it work.