From 52757f736698b05d863c8603d64621ce36778643 Mon Sep 17 00:00:00 2001 From: Vignesh Venkat Date: Mon, 2 Oct 2017 02:37:37 -0700 Subject: [PATCH] arlo: Add battery level sensor documentation (#3482) --- source/_components/sensor.arlo.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/sensor.arlo.markdown b/source/_components/sensor.arlo.markdown index d679f7c7eb3..72fc0ae36bb 100644 --- a/source/_components/sensor.arlo.markdown +++ b/source/_components/sensor.arlo.markdown @@ -25,6 +25,7 @@ sensor: - captured_today - last_capture - total_cameras + - battery_level ``` Configuration variables: @@ -33,5 +34,6 @@ Configuration variables: - **captured_today**: Return the number of videos captured on the current day. - **last_capture**: Return the timestamp from the last video captured by your Arlo camera. - **total_cameras**: Return the number of recognized and active cameras linked on your Arlo account. + - **battery_level**: Return the battery level of your Arlo camera. If no **monitored_conditions** are specified, all of above will be enabled by default.