thomasloven / lovelace-auto-entities

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

"Integration" filter: not all entities are listed (possibly only entities with unique_ids) #377

Open ildar170975 opened 11 months ago

ildar170975 commented 11 months ago

Consider these templates:

{{ integration_entities("scrape") }} 
{{ integration_entities("history_stats") }} 
{{ integration_entities("derivative") }}  

All of them give lists of entities related to these integrations.

But none of them work with auto-entities.

Derivative (3 made in yaml, 1 in UI) - gives 1 entity created in UI:

изображение

history_stats (15..20 entities) - gives only 3 (for which I intentionally defined unique_ids):

изображение

Scrape (2 entities) - gives only 1 (for which I intentionally defined unique_id):

изображение

My guess is: auto-entities gives only entities with unique_id defined if the integration filter is defined.