Skip to content

Commit 6f7be06

Browse files
klaasnicolaasfabaff
authored andcommitted
Update arlo sensor component configuration (#7570)
1 parent 1542004 commit 6f7be06

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

source/_components/sensor.arlo.markdown

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,28 @@ sensor:
4646
- air_quality
4747
```
4848

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 %}
6172

6273
If no **monitored_conditions** are specified, all of above will be enabled by default.

0 commit comments

Comments
 (0)