cancel
Showing results for 
Search instead for 
Did you mean: 

Nest cam in routines

AdeByrne
Community Member

This was raised a couple of years ago but still not fixed. I cant set up a routine to turn the cameras on and off

2 REPLIES 2

OpethNJ
Community Member

Have you tried do it via Google Home Script Editor? 
Granted, this is leveraging Wyze vs Nest for the cameras but everything else is the same logic 

metadata:
  name: CameraOn 
  description: Turn on based on presence
automations: 
  starters:
    - type: home.state.HomePresence
      state: homePresenceMode     
      is: AWAY
  actions:
    - type: device.command.OnOff 
      on: true
      devices: Wyze Back Porch - Back Porch

 

Mstytie
Community Member

I'm trying to do the same. No luck 😔