Hello all, I am trying to use an input_select state in my config for the harmony card. Basically the harmony card asks for a device to send commands to, and my goal is to use one card and use the input_select to tell the card what device to point the commands to.
Here is a snippet of where I have gotten so far:
activities:
- name: Watch Apple TV
device: {{states('input_select.arman_s_room_devices')}}
But then I get this error Failed to call service remote/send command, value should be a string for dictionary value @ data[ device]