I’m not even sure what terminology to use to summarize the feature I’m trying to find/use.
I have a broadlink rmpro that I am using to change hdmi inputs on my tv - and on an HDMI matrix switch. I’ve created individual switches for HDMI1 through HDMI4 using only the ‘command_on’ attribute.
The problem is that in reality - only 1 of the 4 switches can be “on” at any given time - but using the normal ‘switch’ within Home Assistant - each switch is treated as an independent entity - so if I were to cycle through all 4 switches (manually) - when I’m finished - the state of all 4 switches would show as ‘on’.
Is there an easy (built-in) way to say that these 4 switches are related - and that by turning any 1 of them on - automatically turns ‘off’ all of the others? Obviously, I’d like to do this for the Matrix Switch as well. I would think that this is a common enough scenario that there must be an obvious way to do this that I just haven’t been able to find…
Thanks in advance to any who take the time to reply.
I would change the friendly name for HDMI 1 to be “HDMI 1 / HDMI 2” and then use the command_on to select HDMI 1 and command_off to select HDMI 2.
It’s still not perfect, but a little better than what you’ve got now… this was an okay compromise for me since I’m the only one who ever uses the UI - and only rarely at that. We mostly use the rm3 commands in automations and with voice commands through integration with HA and Alexa.