From e2145130134e54f724ba071cb9dc2769d737c0f2 Mon Sep 17 00:00:00 2001 From: Marco Lettieri Date: Mon, 25 Mar 2024 08:48:35 +0100 Subject: [PATCH] Added binary sensors to microBees Integration (#31577) --- source/_integrations/microbees.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/microbees.markdown b/source/_integrations/microbees.markdown index 054e73879e6..57ea34f8a45 100644 --- a/source/_integrations/microbees.markdown +++ b/source/_integrations/microbees.markdown @@ -13,6 +13,8 @@ ha_config_flow: true ha_domain: microbees ha_iot_class: Cloud Polling ha_platforms: + - switch + - binary_sensor - button - light - sensor @@ -27,6 +29,7 @@ To retrieve the OAuth2 Client ID and Client Secret go to [microBees Developer Da There is currently support for the following device types within Home Assistant: - **Switch** +- **Binary sensors** - **Button** - **Light** - **Sensor**