Open mosave opened 1 week ago
so probably better posted as an issue in browser-mod repo, as button-card behaves properly? Check issues, seems an obvious issue to already exist
btw, why use the
state_display: '[[[ return states["binary_sensor.17_heater_error"].state; ]]]'
if you show state of this entity it already should be there
why the use of
triggers_update: all
? you shouldnt need that at all in this case
btw, why use the
state_display: '[[[ return states["binary_sensor.17_heater_error"].state; ]]]'
It is reduced template to locate issue itself, as well as "all" flag Actual template more complex and constructs text based on several entities.
Thank you for answer, I will chase browser_mod then :)
I see.
not sure how many entities but you better just list them than use ‘all’ as that is really what it is. All. In your system. And thus very inefficient….
Thanks, it is exactly as I do usually, but trying every possibility in attempts to make dashboard alive again :)
Issue description:
button-card displayed in browser_mod popup window properly reacts to triggering entities according to styling/states configuration but NOT updates templated expression. It looks like templates calculated only once after I open/reopen browser_mod popup window.
Exactly same button-card definition placed directly to dashboard trigger updates as expected both with styling/states definition and templated expressions
Button-card version: 4.1.2 browser-mod version: 2.3.1
To Reproduce This is the configuration I used:
Desktop (please complete the following information):