As stated in the title, I'm trying to call the remote.send_command to pass learned IR commands through the Broadlink RM4C mini. I tried to run hass-cli service call remote.send_command --arguments entity_id=remote.broadlink device=<recorded_device_name> command=<recorded_command_name>. The <recorded_device_name> & the <recorded_command_name> are the learned names through the Remote: Learn Command option on the /developer-tools/service page.
My assumption is either I'm running the command wrongly or this is not yet supported. Any help would be hugely appreciated.
As stated in the title, I'm trying to call the
remote.send_command
to pass learned IR commands through the Broadlink RM4C mini. I tried to runhass-cli service call remote.send_command --arguments entity_id=remote.broadlink device=<recorded_device_name> command=<recorded_command_name>
. The<recorded_device_name>
& the<recorded_command_name>
are the learned names through theRemote: Learn Command
option on the/developer-tools/service
page.My assumption is either I'm running the command wrongly or this is not yet supported. Any help would be hugely appreciated.