How to allow a user to see only certain options of an input_select, is this possible?

Hello, I hope you can help me to solve this question. Is it possible to choose which options of an “input_select” appear to a user. I want my girlfriend to see only certain options in the list as he/she doesn’t need others.

image

I’m sorry if the text is not quite right. But I use translator. Thanks!!

If the actual question is “Is it possible to choose which options of an “input_select” appear to a user easily”, then no.

You can get the logged-in user in templates with the “user” variable, though.

1 Like

… so with ^^ in mind you could make an automation that detects the selected value and triggers based on the user (I think that could work at least) and change the input_select and give a notification and or message to the users phone.

Not as nice but will probably work.
Or you need to create different Lovelace views to each user(s) and have different entities on each view and make some magic to link them somehow… ?

1 Like

Thanks for the answers, I will have to make a specific view for her that only shows the option I want.

@Hellis81 @koying