iantrich / config-template-card

📝 Templatable Lovelace Configurations
MIT License
441 stars 56 forks source link

Card blinking #15

Closed darkkatarsis closed 5 years ago

darkkatarsis commented 5 years ago

I noticed a strange behavior of the card. Every few seconds you can see that data inside card were refreshed. It is worth noting that this effect is not present when the graph card is outside "custom: config-template-card"

Code:

`- type: 'custom:config-template-card' card: type: 'custom:mini-graph-card' entities:

blink

iantrich commented 5 years ago

Add your entities to the entities list so that it does not update so often

darkkatarsis commented 5 years ago

Now working just fine! thank you