mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add support for binary sensor in Netatmo (#32194)
* Add support for binary sensor in Netatmo * Add support for binary sensor in Netatmo
This commit is contained in:
parent
cea575916a
commit
fd3c1b8bde
@ -2,6 +2,7 @@
|
||||
title: Netatmo
|
||||
description: Instructions on how to integrate Netatmo integration into Home Assistant.
|
||||
ha_category:
|
||||
- Binary sensor
|
||||
- Camera
|
||||
- Climate
|
||||
- Cover
|
||||
@ -21,6 +22,7 @@ ha_config_flow: true
|
||||
ha_domain: netatmo
|
||||
ha_homekit: true
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- camera
|
||||
- climate
|
||||
- cover
|
||||
@ -37,6 +39,7 @@ The Netatmo integration platform is the main integration to integrate all Netatm
|
||||
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- [Binary sensor](#binary-sensor)
|
||||
- [Camera](#camera)
|
||||
- [Climate](#climate)
|
||||
- [Cover](#cover)
|
||||
@ -56,6 +59,10 @@ In the dialog, it is possible to create, edit and remove public weather sensors.
|
||||
|
||||
To edit an existing area, enter its name and follow the dialog.
|
||||
|
||||
## Binary sensor
|
||||
|
||||
The `netatmo` binary sensor platform is showing the connectivity for the [Netatmo Smart Home Weather Station](https://www.netatmo.com/smart-weather-station).
|
||||
|
||||
## Camera
|
||||
|
||||
The `netatmo` camera platform is consuming the information provided by a [Netatmo Smart Indoor](https://www.netatmo.com/smart-indoor-camera), [Outdoor](https://www.netatmo.com/smart-outdoor-camera) and [Netatmo Smart Video Doorbell](https://www.netatmo.com/smart-video-doorbell) camera. This integration allows you to view the current live stream created by the camera (exception: video doorbell).
|
||||
|
Loading…
x
Reference in New Issue
Block a user