mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +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
|
title: Netatmo
|
||||||
description: Instructions on how to integrate Netatmo integration into Home Assistant.
|
description: Instructions on how to integrate Netatmo integration into Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
|
- Binary sensor
|
||||||
- Camera
|
- Camera
|
||||||
- Climate
|
- Climate
|
||||||
- Cover
|
- Cover
|
||||||
@ -21,6 +22,7 @@ ha_config_flow: true
|
|||||||
ha_domain: netatmo
|
ha_domain: netatmo
|
||||||
ha_homekit: true
|
ha_homekit: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- binary_sensor
|
||||||
- camera
|
- camera
|
||||||
- climate
|
- climate
|
||||||
- cover
|
- 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:
|
There is currently support for the following device types within Home Assistant:
|
||||||
|
|
||||||
|
- [Binary sensor](#binary-sensor)
|
||||||
- [Camera](#camera)
|
- [Camera](#camera)
|
||||||
- [Climate](#climate)
|
- [Climate](#climate)
|
||||||
- [Cover](#cover)
|
- [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.
|
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
|
## 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).
|
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