home-assistant-ecosystem / home-assistant-cli

:computer: Command-line tool for Home Assistant
Other
428 stars 63 forks source link

Calling the remote.send_command #399

Open upamanyudas opened 1 year ago

upamanyudas commented 1 year ago

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.