this post was submitted on 30 Jul 2025
2 points (100.0% liked)

Home Assistant

412 readers
1 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY...

founded 2 years ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homeassistant by /u/iametron on 2025-07-29 20:28:07+00:00.


One of the main features my wife and I missed when we ditched our Google hubs was being able to ask Google to show us the front door or the driveway, etc. Been thinking about a way to do this with Home Assistant (voice assistant) and realized it’s not hard.

I have it up and running and it works great.

Here is how I did it in case anyone would like to do this as well.

  1. Add a camera card to your dash near the top of one of your columns. Camera View setting (drop down) should be live.
  2. Create a Boolean helper and call it whatever you want (ex: Front Door Camera - Dashboard Toggle)
  3. Go back to the card you created on your dash for the camera and edit the visibility. Entity state -> select the Boolean toggle you created -> state is equal to on. Save.

At this point, your toggle will display and hide the camera based on whether it’s on or off.

  1. Create an automation using device and select sentence as the trigger. Add the phrases you want to use to show the camera.

Ex: Hey Jarvis, front door camera (this is what I use and it works 100%… don’t put the hey Jarvis in the sentence field)

A few times Jarvis has come back with an error when I try to use a longer phrase. Works 100% if I just say hey Jarvis, front door camera or backyard camera.

For the action, choose turn on Boolean and select your front door dash toggle as the entity. Save.

This is all you have to do to get it to work like Google hubs. However, how do you exit the cameras? This is the next step.

  1. Create another automation. Select device. Choose sentence again. I added the word exit and under action turn off Boolean and choose the dashboard toggle.
  2. Optional… create a button on your dashboard underneath the camera that turns off the dashboard toggle manually. Set the visibility for the button so it only appears when the toggle is active. (Entity state again)

At first, I set this up with a delay for two minutes, so the camera would disappear automatically, but when you do this as a voice automation, it actually sets a timer and when the camera toggle is turned off, VA announces “done.” Didn’t like that.

Something I realized after I did this was that I can call up multiple cameras as long as I’ve created the cards and toggles properly. I can view my front door camera and my driveway camera at the same time and exit by either pushing the button or saying exit.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here