The Nest SDM integration sends events for the various motion/person/sound detection features. A lot of other integrations need a motion entity to correctly trigger. Hopefully this is useful for someone else to create a binary_sensor motion template that triggers from nest events.
First of all, thanks for this @EricD183 I used the sensor for person and it s working fine. I have some nest cameras over our garage, and I plan to use them for geofencing, when we arrive home etc (in a car). However when I use camera_motion, and we come home in a car, the automation/sensor doesn’t work.
I guess that is a limitation of the SDM API? Since technically its not a motion event, but a car event?
I’m not sure how these map from the Nest app to the API. I did some looking when I was trying to see if I could use one of my Nest cameras to data-log my neighbor’s barking dog. Even though the Nest app shows me Dog Bark events that level of detail isn’t in the API.
Ye I have the same experience after testing all day.
I had a simple automation when we arrived home and if the binary sensor nest motion saw anything turn on x. That didn’t work when we arrived in a car.
I also had a similar automation that If the nest binary sensor person motion saw us turn on x. That worked if the camera could make out a person in the car.
I tried tricking the api. And turned of all events expect motion in the Google home app. No car, person, animals etc. but didn’t help.