Update arlo sensor component configuration (#7570)

This commit is contained in:
Klaas Schoute 2018-11-18 09:12:59 +01:00 committed by Fabian Affolter
parent 1542004fc6
commit 6f7be0650c

View File

@ -46,17 +46,28 @@ sensor:
- air_quality - air_quality
``` ```
{% configuration %}
Configuration variables: monitored_conditions:
description: Conditions to display in the frontend. The following conditions can be monitored.
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend. The following conditions can be monitored. required: false
- **captured_today**: Return the number of videos captured on the current day. type: list
- **last_capture**: Return the timestamp from the last video captured by your Arlo camera. keys:
- **total_cameras**: Return the number of recognized and active cameras linked on your Arlo account. captured_today:
- **battery_level**: Return the battery level of your Arlo camera. description: Return the number of videos captured on the current day.
- **signal_strength**: Return the wireless signal strength of your Arlo camera. last_capture:
- **temperature**: Return the ambient temperature detected by your Arlo Baby camera. description: Return the timestamp from the last video captured by your Arlo camera.
- **humidity**: Return the ambient relative humidity detected by your Arlo Baby camera. total_cameras:
- **air_quality**: Return the ambient air quality (a reading of volatile organic compounds (VOCs) in parts per million) detected by your Arlo Baby camera. description: Return the number of recognized and active cameras linked on your Arlo account.
battery_level:
description: Return the battery level of your Arlo camera.
signal_strength:
description: Return the wireless signal strength of your Arlo camera.
temperature:
description: Return the ambient temperature detected by your Arlo Baby camera.
humidity:
description: Return the ambient relative humidity detected by your Arlo Baby camera.
air_quality:
description: Return the ambient air quality (a reading of volatile organic compounds (VOCs) in parts per million) detected by your Arlo Baby camera.
{% endconfiguration %}
If no **monitored_conditions** are specified, all of above will be enabled by default. If no **monitored_conditions** are specified, all of above will be enabled by default.