Netatmo Binary sensor: timeout and offset are the same thing (#3609)

Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com>
This commit is contained in:
Hugo Dupras 2017-10-18 22:56:51 +02:00 committed by Franck Nijhof
parent e42a0fb956
commit ed90bce4a6

View File

@ -27,8 +27,7 @@ If you want to select a specific sensor, set discovery to False for [netatmo](/c
binary_sensor: binary_sensor:
platform: netatmo platform: netatmo
home: home_name home: home_name
timeout: 15 timeout: 90
offset: 90
cameras: cameras:
- camera_name1 - camera_name1
welcome_sensors: welcome_sensors:
@ -45,8 +44,7 @@ binary_sensor:
Configuration variables: Configuration variables:
- **home** (*Optional*): Will use the cameras of this home only. - **home** (*Optional*): Will use the cameras of this home only.
- **timeout** (*Optional*): The Welcome binary sensors will reflect the events from the last X minutes. (default: 15) - **timeout** (*Optional*): The Welcome/Presence binary sensors will stay on for X seconds after detection. (default: 90)
- **offset** (*Optional*): The Presence binary sensors will stay on for X seconds after detection. (default: 90)
- **cameras** array (*Optional*): Cameras to use. Multiple entities allowed. - **cameras** array (*Optional*): Cameras to use. Multiple entities allowed.
- 'camera_name': Name of the camera to display. - 'camera_name': Name of the camera to display.
- **welcome_sensors** array (*Optional*): List of monitored conditions. - **welcome_sensors** array (*Optional*): List of monitored conditions.