From 635d0338451da62127c63d93d31a6f3a4c203448 Mon Sep 17 00:00:00 2001 From: Jeremy Williams Date: Sat, 18 Nov 2017 11:11:34 -0600 Subject: [PATCH] Add signal_strength monitor documentation (#3641) --- 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 72fc0ae36bb..309795f7952 100644 --- a/source/_components/sensor.arlo.markdown +++ b/source/_components/sensor.arlo.markdown @@ -26,6 +26,7 @@ sensor: - last_capture - total_cameras - battery_level + - signal_strength ``` Configuration variables: @@ -35,5 +36,6 @@ Configuration variables: - **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. + - **signal_strength**: Return the wireless signal strength of your Arlo camera. If no **monitored_conditions** are specified, all of above will be enabled by default.