Passing arguments to a Popup #1903
ChrisMancini
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to pass information to a popup?
I have a sensor that I created with an attribute that has an array of objects. I have a card on my dashboard for each of the elements within this array. I would like to use a popup that would take an arbitrary string, in this case it would be a property from the element within the array, and display it for the tap_action.
I haven't been able to find if there is a way to pass arguments to the popup. I can think of one way to do it, which would involve setting a text helper to the value and then having the popup reference the text helper, but I was hoping to avoid creating another sensor if possible.
Beta Was this translation helpful? Give feedback.
All reactions