mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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) <jabesq@gmail.com> * Change limit to timeout Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com>
This commit is contained in:
parent
11ecba902f
commit
786ae75298
@ -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
|
||||
|
||||
<p class='note'>
|
||||
[Welcome tags](https://www.netatmo.com/product/security/welcome/tags) are not yet supported, but will be in a next update.
|
||||
</p>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user