Hi, I have second raspberry pi that I would like to integrate on home assistant. Do you know if it is possible to send a command with command_line integration or something similar?
tom_l
May 23, 2022, 6:13am
2
That depends what you actually want to do. Monitor and crontrol GPIOs, check resource use, or something else?
Thanks for your reply.
My idea was to send this command:
./speech.sh text to read
Search for shell_command and ssh .
I’ve noticed there’s a significant number of posts looking for help on this topic and the posters all seem to struggle with a few common issues. I realized I’ve been almost copying and pasting my responses on these topics so it seemed like a good case for a community guide.
What will this cover
This guide will walk through the process of getting a command which ssh’s into another machine to get some simple data ready to be included in a command line sensor . To keep it simple I’ll use the same …