Choose sources of ONKYO on Home assistant

(Use preformatted text when posting YAML. Formatting is significant.)

select_source requires you to specify the source as data. See if this works:
And you’re calling the wrong service, I think.

- service: media_player.select_source
  entity_id: media_player.receiver_onkyo
  data:
    source: PC

Experiment using the services dev tool in the HA interface.

1 Like