I’ve been diving into the world of smart home automation lately, and I’ve got to say, it’s been a fantastic journey! One of the projects I’ve been working on is creating a seamless hands-free music system that kicks in when I enter a room. The idea is simple yet effective: as soon as I walk in, my favorite playlist starts playing on my Google Nest speakers. It’s all about creating that perfect ambiance without lifting a finger.
To achieve this, I’ve combined Apple’s Siri Shortcuts with Home Assistant. On the Apple side, I’ve built a shortcut that does a bunch of things: it finds my playlist, shuffles the songs, connects to my speakers via the Aircast integration, sets the volume just right, and starts playing. It works flawlessly when triggered manually. But the real challenge was getting Home Assistant to trigger this shortcut automatically when I enter the room.
I’ve set up a motion sensor linked to an input boolean in Home Assistant to track my presence. The plan was straightforward—if the boolean switches to true, the shortcut should fire, and the music should start. However, getting these two systems to communicate seamlessly wasn’t as straightforward as I hoped.
After some research and a few trial runs, I figured out that using a push notification to trigger the shortcut was the closest I could get without user intervention. But the question remains: can I fire a Siri Shortcut completely hands-free? I’d love to hear from anyone who’s tackled this or has some insights. Maybe there’s a smarter way to bridge the gap between Home Assistant and Siri Shortcuts without needing that extra step.
This project has been a great learning experience, and it’s shown me just how much potential there is when you combine different smart home ecosystems. I’m excited to see how this evolves and if there’s a more seamless way to achieve this in the future. If anyone has tips or tricks, I’d love to hear them!