question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

switching from monster card (fast) to auto entities (slow)

See original GitHub issue

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?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:16 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
thomaslovencommented, Nov 15, 2019

Load times should be shorter now.

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

0reactions
h4nccommented, Nov 19, 2019

Well, not really.

For me still monster card worked instantly and auto entities takes a moment to load. Would like to leave it open to see if other users that switch from monster to auto have this too.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Auto-entities - Automatically fill cards with entities
@thomasloven I tried to moved from monster-card to auto-entities but I have an issue with Boolean attribute. The following card was working with ......
Read more >
OWNER GUIDE - Power-Pole
SPEED CONTROL. The Dash Switch has 3 speed settings (slow, medium, or fast). Pressing and releasing the “Speed Control” button will toggle through...
Read more >
Tutorials/Improving frame rate - Minecraft Wiki - Fandom
Frame rate (also known as FPS) is the frequency rate at which a video device produces unique consecutive images called frames. Frames are...
Read more >
Slow rendering - Android Developers
If your app suffers from slow UI rendering, then the system is forced to skip frames and the user will perceive stuttering in...
Read more >
Cult of the Lamb Tips Guide: 10 Things the Game Doesn't Tell ...
Tarot cards are the key to surviving in Cult of the Lamb's dungeons, so it's critical you locate them when going from room...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found