mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-11 19:36:50 +00:00
Add documentation for Netatmo Presence (#1607)
* Add Netatmo Thermostat * fixes * devices -> optional * remove-optional-devices * Add Netatmo Presence * tags are supported
This commit is contained in:
parent
343bf99d50
commit
353f403fc1
@ -14,7 +14,7 @@ ha_release: 0.31
|
|||||||
|
|
||||||
### {% linkable_title Basic Configuration %}
|
### {% linkable_title Basic Configuration %}
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
To enable the Netatmo binary sensor, you have to set up [netatmo](/components/netatmo/), this will use discovery to add your binary sensor.
|
To enable the Netatmo binary sensor, you have to set up [netatmo](/components/netatmo/), this will use discovery to add your binary sensor.
|
||||||
|
|
||||||
@ -28,27 +28,35 @@ binary_sensor:
|
|||||||
platform: netatmo
|
platform: netatmo
|
||||||
home: home_name
|
home: home_name
|
||||||
timeout: 15
|
timeout: 15
|
||||||
|
offset: 90
|
||||||
cameras:
|
cameras:
|
||||||
- camera_name1
|
- camera_name1
|
||||||
monitored_conditions:
|
welcome_sensors:
|
||||||
- Someone known
|
- Someone known
|
||||||
- Someone unknown
|
- Someone unknown
|
||||||
- Motion
|
- Motion
|
||||||
|
presence_sensors:
|
||||||
|
- Outdoor motion
|
||||||
|
- Outdoor human
|
||||||
|
- Outdoor animal
|
||||||
|
- Outdoor vehicle
|
||||||
```
|
```
|
||||||
|
|
||||||
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 binary sensors will reflect the events from the last X minutes (default: 15)
|
- **timeout** (*Optional*): The Welcome binary sensors will reflect the events from the last X minutes. (default: 15)
|
||||||
|
- **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.
|
||||||
- **monitored_conditions** array (*Optional*): List of monitored conditions.
|
- **welcome_sensors** array (*Optional*): List of monitored conditions.
|
||||||
- 'Someone known'
|
- 'Someone known'
|
||||||
- 'Someone unknown'
|
- 'Someone unknown'
|
||||||
- 'Motion'
|
- 'Motion'
|
||||||
|
- **presence_sensors** array (*Optional*): List of monitored conditions.
|
||||||
|
- 'Outdoor motion'
|
||||||
|
- 'Outdoor human'
|
||||||
|
- 'Outdoor animal'
|
||||||
|
- 'Outdoor vehicle'
|
||||||
|
|
||||||
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
|
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
|
||||||
|
|
||||||
<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>
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Netatmo Camera"
|
title: "Netatmo Camera"
|
||||||
description: "Instructions how to integrate Netatmo camera into Home Assistant."
|
description: "Instructions how to integrate Netatmo cameras into Home Assistant."
|
||||||
date: 2016-06-02 08:10
|
date: 2016-06-02 08:10
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
@ -14,7 +14,7 @@ ha_release: 0.22
|
|||||||
|
|
||||||
### {% linkable_title Basic Configuration %}
|
### {% linkable_title Basic Configuration %}
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
To enable the Netatmo camera, you have to set up [netatmo](/components/netatmo/), this will use discovery to add your camera.
|
To enable the Netatmo camera, you have to set up [netatmo](/components/netatmo/), this will use discovery to add your camera.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user