Can anyone provide an example of controlling a light in Home Assistant using a keyboard shortcut on the Macintosh? I have a program called Keyboard Maestro, which has choices for executing AppleScript, Shell Script, JavaScript and more, but I have been unable to find a detailed enough description of how to implement a solution. (my HA is running on a raspi that is on the same ethernet network as my Mac)
All the information I’ve found assumes that I have extensive coding experience. On Reddit, someone suggested I execute a Shell command using Curl to update a HA sensor via a URL call. But searching for details on how specifically to accomplish that has not gotten me to a level where I can actually pull it off.
Has anyone set up HA to react to a keyboard shortcut on a Macintosh before and if so, would you be willing to share details on precisely how you accomplished it?