Hello,
I’m just starting of with Home Assistant and most things are working out of the box.
I have a Logitech Harmnoy Hub which controls an IR LED light. Now I want a switch in HA that can control the LED light.
My current working solution is a input_boolean with an automation that will trigger the remote.send_command service. I found this a bit complicated because I have multiple IR divices and I don’t want to add an automation rule for all of them.
So the question is: can I solve this problem without an automation or is it possible to write a generic automation (reading the device number and command from somewhere)?