Skip to content

Commit 786ae75

Browse files
jabesqfabaff
authored andcommitted
Update Netatmo binary sensor documentation (home-assistant#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) <jabesq@gmail.com> * Change limit to timeout Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com>
1 parent 11ecba9 commit 786ae75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/_components/binary_sensor.netatmo.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ If you want to select a specific sensor, set discovery to False for [netatmo](/c
2727
binary_sensor:
2828
platform: netatmo
2929
home: home_name
30+
timeout: 15
3031
cameras:
3132
- camera_name1
3233
monitored_conditions:
@@ -38,6 +39,7 @@ binary_sensor:
3839
Configuration variables:
3940
4041
- **home** (*Optional*): Will use the cameras of this home only.
42+
- **timeout** (*Optional*): The binary sensors will reflect the events from the last X minutes (default: 15)
4143
- **cameras** array (*Optional*): Cameras to use. Multiple enties allowed.
4244
- 'camera_name': Name of the camera to display.
4345
- **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
4951
5052
<p class='note'>
5153
[Welcome tags](https://www.netatmo.com/product/security/welcome/tags) are not yet supported, but will be in a next update.
52-
</p>
54+
</p>

0 commit comments

Comments
 (0)