this post was submitted on 18 May 2025
345 points (97.8% liked)

homeassistant

14389 readers
33 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 enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 2 years ago
MODERATORS
 

This morning my kid asked the voice assistant to "Turn off the computers in this house".

I heard it, thought well that's a strange request but seems harmless because how is home assistant gonna turn off computers.

Me a little while later, "why is shit broken? What's happening!"

Turns out dumb me had adguard exposed to the voice assistant, it switched off all the adguard settings including the DNS rewriting that is the cornerstone of many of my self-hosted services.

I've since revoked that access.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 94 points 2 weeks ago* (last edited 2 weeks ago) (17 children)

A while back, I saw a story in the Home Assistant Facebook group about someone's child saying "Hey Google, turn on everything" and it messing things up. I was telling the story to my wife and forgot to replace "Hey Google" with something Google wouldn't pick up on. Oops. It heard my "turn on everything" and chaos ensued. I have some Zigbee alarms that all started sounding. It enabled several different scenes and ran several scripts. All TVs turned on. My Xbox and Nvidia Shield were fighting for control of the TV (there's some issue with HDMI-CEC that I haven't figured out where if both are on, they get stuck in a loop changing the TV input between HDMI2 and HDMI3 about once per second).

Don't do that. "Turn off everything" is bad too. I ~~have~~ used to have my server rack plugged into a smart plug to measure power usage, and "turn off everything" turns that off. I want to figure out how to disable these two voice commands.

[–] shadshack 4 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Open the Google Home app, go to " Automations", and make one for the household for when someone says "turn everything on" and any other variations you want, then just make it respond with something instead of actually doing the thing.

[–] [email protected] 5 points 2 weeks ago

This sounds great until you realize the number of invocations that mean the same thing:

  • everything on
  • turn on everything
  • turn everything on
  • switch on everything
  • switch everything on
  • turn on all devices

There’s more I’m sure, but you get the point.

[–] [email protected] 1 points 2 weeks ago

Thanks for the explanation!

load more comments (14 replies)