Input select options

I wonder if there is an option, a service or something else to show in a card which option is selected by a script or an automation, between the various inserted into the input_select.

You mean like an entities card ?

I mean every card that can show which option is selected between the various inside the input_select yaml file.

So, if there are 3 values in an input_select. (say) : -
“good”
“bad”
“ugly”

and you want to view all 3 values at one time ?

No, I want to view which one is the selected at the moment by other scripts or automations.

So use the selects status to display it
I’m sorry I feel like I’m missing something here

Edit : -

- entity_id: input_select.is_myinputselect

Hmmm i don’t think it’s a solution… That entity doesn’t exists… Maybe with a template…

Well no, it doesn’t exist on my system either, it’s made up !
Substitute your input_select.
You do know that the above goes into the ui-lovelace.yaml, right ?

Oh yes, of course… :smile: