From 5cc6d9686e1a0a7ccd6ea4f3fc0232056c4871c2 Mon Sep 17 00:00:00 2001 From: Jason Hu Date: Wed, 25 Jul 2018 23:49:08 -0700 Subject: [PATCH] Allow Nest Cam turn on/off (#5891) * Update camera.nest.markdown * Update camera.nest.markdown --- source/_components/camera.nest.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/camera.nest.markdown b/source/_components/camera.nest.markdown index fb87dafaf6c..20c616e9c19 100644 --- a/source/_components/camera.nest.markdown +++ b/source/_components/camera.nest.markdown @@ -18,3 +18,5 @@ The `nest` platform allows you to watch still frames from a video stream (not li

You must have the [Nest component](/components/nest/) configured to use this camera. The `nest` camera will automatically be setup when you do.

+ +Nest Camera supports `camera.turn_on` and `camera.turn_off` service since 0.75 release.