You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.arlo.markdown
+23-12Lines changed: 23 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -46,17 +46,28 @@ sensor:
46
46
- air_quality
47
47
```
48
48
49
-
50
-
Configuration variables:
51
-
52
-
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend. The following conditions can be monitored.
53
-
- **captured_today**: Return the number of videos captured on the current day.
54
-
- **last_capture**: Return the timestamp from the last video captured by your Arlo camera.
55
-
- **total_cameras**: Return the number of recognized and active cameras linked on your Arlo account.
56
-
- **battery_level**: Return the battery level of your Arlo camera.
57
-
- **signal_strength**: Return the wireless signal strength of your Arlo camera.
58
-
- **temperature**: Return the ambient temperature detected by your Arlo Baby camera.
59
-
- **humidity**: Return the ambient relative humidity detected by your Arlo Baby camera.
60
-
- **air_quality**: Return the ambient air quality (a reading of volatile organic compounds (VOCs) in parts per million) detected by your Arlo Baby camera.
49
+
{% configuration %}
50
+
monitored_conditions:
51
+
description: Conditions to display in the frontend. The following conditions can be monitored.
52
+
required: false
53
+
type: list
54
+
keys:
55
+
captured_today:
56
+
description: Return the number of videos captured on the current day.
57
+
last_capture:
58
+
description: Return the timestamp from the last video captured by your Arlo camera.
59
+
total_cameras:
60
+
description: Return the number of recognized and active cameras linked on your Arlo account.
61
+
battery_level:
62
+
description: Return the battery level of your Arlo camera.
63
+
signal_strength:
64
+
description: Return the wireless signal strength of your Arlo camera.
65
+
temperature:
66
+
description: Return the ambient temperature detected by your Arlo Baby camera.
67
+
humidity:
68
+
description: Return the ambient relative humidity detected by your Arlo Baby camera.
69
+
air_quality:
70
+
description: Return the ambient air quality (a reading of volatile organic compounds (VOCs) in parts per million) detected by your Arlo Baby camera.
71
+
{% endconfiguration %}
61
72
62
73
If no **monitored_conditions** are specified, all of above will be enabled by default.
0 commit comments