Ask Google Home if anyone is home (presence)

Hi,

just started to use hass.io.
I set up the presence for 4 family members with nmap.
In the startscreen I see who is at home and who is away, so that works great.

I also setup the Hassio-cloud and bound to google assistant.

I’d like to ask the Google assistant:" is Ralf at home?" or something alike.
Is that possible and what additional configuration should I do?

Thanks in advance for your help

1 Like

Hi. Did you ever do this?

I’d like to do the same :slight_smile:

“is Ralf at home?” Could be a Google home routine that sets a boolean to true in Home Assistant and returns a TTS message.
The issue is to return the TTS message to the correct speaker/device.

Why not do it with IFTTT setup with a Webhook and a script in HA?

That works to but you introduce another point of failure.
Google Assistant => Home Assistant
Vs
Google Assistant => IFTTT => Home Assistant.

True.

I’ve only just started playing with scripts today. Couldn’t get it to work but I figured it out.

I agree it is another point of failure but I’ve really struggled to get the Google integration to work so until then IFTT, webhooks and scripts for me.