Is it possible to manually refresh the content of a single button-card, without having to refresh the entire browser window?
Background: I have a variable that contains randomly generated text. I want to trigger an update of this card by help of the tap_action to display different random text.
I am currently using the following code to refresh the entire browser:
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.refresh
Thanks!