Trying to figure out the best way to do this - have a home office and my family is forever trying to figure out if I'm in a meeting or not through my closed door. I have an NSPanel right outside my office so I figured using that to somehow display something like "IN MEETING" or "FREE" would be a good idea.
My initial thought was just to create an input_boolean helper that I could use my Stream Deck to easily toggle, but that really only displays "On" or "Off". I started to look into creating a template sensor that outputs something else based on that value but started feeling like perhaps I was going about things in a less than ideal way. If anyone has any suggestions for the cleanest or most expedient way to have what is essentially a toggle between two text values, it would be greatly appreciated!