data is changing online, but my idea was to put entities data in one place, then its easy and fast to copy tile
and You have to modify entities in few line instead looking for this in code.
I am using the custom:button-card in a very similar way to have all my heating info in a single place. For me, the updates in the button are instantaneous, so it should work for you as well.
Is the problem with a specific custom_field or everything you display? Can you post the whole yaml for one of the buttons?
I think It depends on javascript template, found in documentation
triggers_update
triggers_update: all
Putting above code in my card solved the problem, because by default main entity trtigger update, but i have
few entities and system will not update for ex. rssi signal because entity state didn’t change.
Dont know will it not overload the page, server etc…
Got a similar issue, with a button card containing 7 sensors shown with titles build by js.
Perhaps @RomRider could help. I sent him a way too long YAML example to be posted in here. Especially for a sensor curve it’s essential it doesn’t get stuck awaiting a state change since time passes on mostly by 60 seconds within a minute, no matter if the actual state of the sensor entlty remains static.
Hi!
Jist face this issue: button-card reacts and update view (styling-visibility) on triggering entities (as expected) but NOT re-calculate templated strings.
But now I have more information: this happens in browser_mod popup windows only. It looks like templated expressions calculated only after I re-open popup window.
If I move button-card description block to base dashboard it works Ok both with styles/states configuration and templated expressions