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:
Joost Lekkerkerker 2024-04-11 11:48:48 +02:00 committed by GitHub
parent cea575916a
commit fd3c1b8bde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).