You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/binary_sensor.netatmo.markdown
+17-9Lines changed: 17 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ha_release: 0.31
14
14
15
15
### {% linkable_title Basic Configuration %}
16
16
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.
18
18
19
19
To enable the Netatmo binary sensor, you have to set up [netatmo](/components/netatmo/), this will use discovery to add your binary sensor.
20
20
@@ -28,27 +28,35 @@ binary_sensor:
28
28
platform: netatmo
29
29
home: home_name
30
30
timeout: 15
31
+
offset: 90
31
32
cameras:
32
33
- camera_name1
33
-
monitored_conditions:
34
+
welcome_sensors:
34
35
- Someone known
35
-
- Someone unknown
36
+
- Someone unknown
36
37
- Motion
38
+
presence_sensors:
39
+
- Outdoor motion
40
+
- Outdoor human
41
+
- Outdoor animal
42
+
- Outdoor vehicle
37
43
```
38
44
39
45
Configuration variables:
40
46
41
47
- **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)
43
50
- **cameras** array (*Optional*): Cameras to use. Multiple entities allowed.
44
51
- '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.
46
53
- 'Someone known'
47
54
- 'Someone unknown'
48
55
- 'Motion'
56
+
- **presence_sensors** array (*Optional*): List of monitored conditions.
57
+
- 'Outdoor motion'
58
+
- 'Outdoor human'
59
+
- 'Outdoor animal'
60
+
- 'Outdoor vehicle'
49
61
50
62
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.
Copy file name to clipboardExpand all lines: source/_components/camera.netatmo.markdown
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: page
3
3
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."
5
5
date: 2016-06-02 08:10
6
6
sidebar: true
7
7
comments: false
@@ -14,7 +14,7 @@ ha_release: 0.22
14
14
15
15
### {% linkable_title Basic Configuration %}
16
16
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.
18
18
19
19
To enable the Netatmo camera, you have to set up [netatmo](/components/netatmo/), this will use discovery to add your camera.
0 commit comments