From fd3c1b8bde6f3642ed9c1399769a0a0c6efbd6e5 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 11 Apr 2024 11:48:48 +0200 Subject: [PATCH] Add support for binary sensor in Netatmo (#32194) * Add support for binary sensor in Netatmo * Add support for binary sensor in Netatmo --- source/_integrations/netatmo.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/netatmo.markdown b/source/_integrations/netatmo.markdown index 1623dd5568c..fd19799243e 100644 --- a/source/_integrations/netatmo.markdown +++ b/source/_integrations/netatmo.markdown @@ -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).