From 786ae7529817d6ac1dbe27bc0d1dc3be5a70a588 Mon Sep 17 00:00:00 2001 From: Hugo Dupras Date: Tue, 8 Nov 2016 00:10:40 +0100 Subject: [PATCH] Update Netatmo binary sensor documentation (#1412) * Update Netatmo binary sensor documentation New limit parameter is introduced to reflect the events from the last X minutes Signed-off-by: Hugo D. (jabesq) * Change limit to timeout Signed-off-by: Hugo D. (jabesq) --- source/_components/binary_sensor.netatmo.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_components/binary_sensor.netatmo.markdown b/source/_components/binary_sensor.netatmo.markdown index 30a0d4dc6bc..06632d59a29 100644 --- a/source/_components/binary_sensor.netatmo.markdown +++ b/source/_components/binary_sensor.netatmo.markdown @@ -27,6 +27,7 @@ If you want to select a specific sensor, set discovery to False for [netatmo](/c binary_sensor: platform: netatmo home: home_name + timeout: 15 cameras: - camera_name1 monitored_conditions: @@ -38,6 +39,7 @@ binary_sensor: Configuration variables: - **home** (*Optional*): Will use the cameras of this home only. +- **timeout** (*Optional*): The binary sensors will reflect the events from the last X minutes (default: 15) - **cameras** array (*Optional*): Cameras to use. Multiple enties allowed. - 'camera_name': Name of the camera to display. - **monitored_conditions** array (*Optional*): List of monitored conditions. @@ -49,4 +51,4 @@ If **home** and **cameras** is not provided, all cameras will be used. If multip

[Welcome tags](https://www.netatmo.com/product/security/welcome/tags) are not yet supported, but will be in a next update. -

\ No newline at end of file +