Skip to content

Commit 353f403

Browse files
gieljnssnsfabaff
authored andcommitted
Add documentation for Netatmo Presence (home-assistant#1607)
* Add Netatmo Thermostat * fixes * devices -> optional * remove-optional-devices * Add Netatmo Presence * tags are supported
1 parent 343bf99 commit 353f403

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

source/_components/binary_sensor.netatmo.markdown

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ha_release: 0.31
1414

1515
### {% linkable_title Basic Configuration %}
1616

17-
The `netatmo` binary sensor platform is consuming the information provided by a [Netatmo Welcome](https://www.netatmo.com) camera. This component allows you to get the latest event seen by the camera.
17+
The `netatmo` binary sensor platform is consuming the information provided by a [Netatmo](https://www.netatmo.com) camera. This component allows you to get the latest event seen by the camera.
1818

1919
To enable the Netatmo binary sensor, you have to set up [netatmo](/components/netatmo/), this will use discovery to add your binary sensor.
2020

@@ -28,27 +28,35 @@ binary_sensor:
2828
platform: netatmo
2929
home: home_name
3030
timeout: 15
31+
offset: 90
3132
cameras:
3233
- camera_name1
33-
monitored_conditions:
34+
welcome_sensors:
3435
- Someone known
35-
- Someone unknown
36+
- Someone unknown
3637
- Motion
38+
presence_sensors:
39+
- Outdoor motion
40+
- Outdoor human
41+
- Outdoor animal
42+
- Outdoor vehicle
3743
```
3844
3945
Configuration variables:
4046
4147
- **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)
48+
- **timeout** (*Optional*): The Welcome binary sensors will reflect the events from the last X minutes. (default: 15)
49+
- **offset** (*Optional*): The Presence binary sensors will stay on for X seconds after detection. (default: 90)
4350
- **cameras** array (*Optional*): Cameras to use. Multiple entities allowed.
4451
- 'camera_name': Name of the camera to display.
45-
- **monitored_conditions** array (*Optional*): List of monitored conditions.
52+
- **welcome_sensors** array (*Optional*): List of monitored conditions.
4653
- 'Someone known'
4754
- 'Someone unknown'
4855
- 'Motion'
56+
- **presence_sensors** array (*Optional*): List of monitored conditions.
57+
- 'Outdoor motion'
58+
- 'Outdoor human'
59+
- 'Outdoor animal'
60+
- 'Outdoor vehicle'
4961
5062
If **home** and **cameras** is not provided, all cameras will be used. If multiple cameras are available then each monitored conditions will create a specific sensor for each camera
51-
52-
<p class='note'>
53-
[Welcome tags](https://www.netatmo.com/product/security/welcome/tags) are not yet supported, but will be in a next update.
54-
</p>

source/_components/camera.netatmo.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: "Netatmo Camera"
4-
description: "Instructions how to integrate Netatmo camera into Home Assistant."
4+
description: "Instructions how to integrate Netatmo cameras into Home Assistant."
55
date: 2016-06-02 08:10
66
sidebar: true
77
comments: false
@@ -14,7 +14,7 @@ ha_release: 0.22
1414

1515
### {% linkable_title Basic Configuration %}
1616

17-
The `netatmo` camera platform is consuming the information provided by a [Netatmo Welcome](https://www.netatmo.com) camera. This component allows you to view the current photo created by the Camera.
17+
The `netatmo` camera platform is consuming the information provided by a [Netatmo](https://www.netatmo.com) camera. This component allows you to view the current photo created by the Camera.
1818

1919
To enable the Netatmo camera, you have to set up [netatmo](/components/netatmo/), this will use discovery to add your camera.
2020

0 commit comments

Comments
 (0)