We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55f959 commit 33e6f95Copy full SHA for 33e6f95
source/_components/sensor.arlo.markdown
@@ -26,6 +26,7 @@ sensor:
26
- last_capture
27
- total_cameras
28
- battery_level
29
+ - signal_strength
30
```
31
32
Configuration variables:
@@ -35,5 +36,6 @@ Configuration variables:
35
36
- **last_capture**: Return the timestamp from the last video captured by your Arlo camera.
37
- **total_cameras**: Return the number of recognized and active cameras linked on your Arlo account.
38
- **battery_level**: Return the battery level of your Arlo camera.
39
+ - **signal_strength**: Return the wireless signal strength of your Arlo camera.
40
41
If no **monitored_conditions** are specified, all of above will be enabled by default.
0 commit comments