hello,
im not that new to HA, but recently i moved to macOS, and im struggling at performing actions on my mac remotely from HA - potentially integrated into many automations.
the companion app for the mac seems irrelevant for that matter as much as im aware (please correct me if im wrong)
so SSH is the way to go(?)
for starters, i just wanna go with a very basic action - initiate a screensaver remotely: 'open -a ScreenSaverEngine'
(this command is working in the terminal on mac, and ALSO working on the HA terminal through SSH)
- but the missing piece is to make it into a script/button/switch/whatever - it just doesnt work no matter what i try...
do you know how i should go about it? is SSH even the most suitable way? how about running macOS shortcuts from HA?
TIA