lovelace-auto-entities: switching from monster card (fast) to auto entities (slow)

Wanted to move my last few monsters cards to auto entities, because it’s marked as deprecated.

The thing is my card gets extremely slow with auto entities, it’s gets stuck when scrolling it. When I switch back to monster card it works flawlessly.

This is an example:

  - type: custom:monster-card
      show_empty: false
      card:
        type: entities
        title: 'On'
      filter:
        include:
          - entity_id: "automation.*"
            state: "on"

    - type: custom:auto-entities
      show_empty: false      
      card:
        type: entities
        title: 'On'
      filter:
        include:
          - entity_id: "automation.*"
            state: "on"  

Why does it work fine with monster card?

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 18 (4 by maintainers)

Most upvoted comments

Load times should be shorter now.

(Monstercard did have a measureable delay, but that doesn’t really matter, I’m just nitpicking)