I have learned IR power codes with the Broadlink integration for two devices, samsung_monitor and denon_media_server. I have tested both with an action like
service: remote.send_command
target:
entity_id: remote.universal_remote
data:
device: denon_media_server
command: power
Now what I want to do is have a card with a button that will toggle both devices at the same time. Should I do that just with the YAML in the card, or set up a script? In either case, how do I structure the YAML to allow it to perform both actions? I don’t think I can just paste the above twice with two different devices. Or can I?
1 post - 1 participant