Run a command over ssh with shell_commands

I want to run a command over SSH on other Raspberry on my OSMC. Can anyone help me what I did wrong in the configuration?
That is my shell_commands.yaml:

  run_hyperion_effect: "ssh [email protected] \"hyperion-remote -e '{{states.input_select.hyperion_effects.state}}'\" "

Every time I try to execute the shell_command.run_hyperion_effect I get this Error message:

Error running command: `ssh [email protected] 'hyperion-remote -e "Knight rider"'`, return code: 255

NoneType: None

Thanks for help
~Marlon