mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 09:38:59 +00:00

* Fix a bunch of typos/spelling mistakes * Removed extra spaces from emulated_hue * Correct device type. of binary_sensor.enocean.markdown
1.9 KiB
1.9 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Netatmo Binary Sensor | Instructions how to integrate Netatmo binary sensor into Home Assistant. | 2016-09-19 15:10 | true | false | true | true | netatmo.png | Binary Sensor | 0.31 |
{% linkable_title Basic Configuration %}
The netatmo
binary sensor platform is consuming the information provided by a Netatmo Welcome 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, this will use discovery to add your binary sensor.
{% linkable_title Advanced configuration %}
If you want to select a specific sensor, set discovery to False for netatmo and add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
binary_sensor:
platform: netatmo
home: home_name
timeout: 15
cameras:
- camera_name1
monitored_conditions:
- Someone known
- Someone unknown
- Motion
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 entities allowed.
- 'camera_name': Name of the camera to display.
- monitored_conditions array (Optional): List of monitored conditions.
- 'Someone known'
- 'Someone unknown'
- 'Motion'
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
[Welcome tags](https://www.netatmo.com/product/security/welcome/tags) are not yet supported, but will be in a next update.