thomasloven / lovelace-auto-entities

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

Map may be not displayed if placed inside auto-entities #286

Closed ildar170975 closed 8 months ago

ildar170975 commented 2 years ago

Check this card:

type: custom:auto-entities
card:
  type: map
  title: Map Family abroad
show_empty: true
filter:
  include:
    - entity_id: person.*

The card is supposed to be displayed as below: изображение

But most of time it is displayed as: изображение

Th BUG mentioned here: https://community.home-assistant.io/t/auto-entities-automatically-fill-cards-with-entities/147801/452?u=ildar_gabdullin https://community.home-assistant.io/t/auto-entities-automatically-fill-cards-with-entities/147801/329

fanuch commented 2 years ago

Do you get a different result with this?

type: custom:auto-entities
card:
  type: map
show_empty: true
filter:
  include:
    - domain: person
ildar170975 commented 2 years ago

No, same. Your variant gives the same list of entities.

Here - my example + your example: image

chrisdrackett commented 2 years ago

I'm running into this as well. If I go in and edit the card, it'll then work, but before editing it won't show up at all.

ildar170975 commented 8 months ago

Do not see this problem. 2024.1 auto-entities 1.12.1

Closing.