From bf8a2cb02153ad074f704feb5aa188d06b624857 Mon Sep 17 00:00:00 2001 From: Marco Lettieri Date: Thu, 22 Feb 2024 19:27:12 +0100 Subject: [PATCH] added sensor platform microbees.markdown (#31564) --- source/_integrations/microbees.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/microbees.markdown b/source/_integrations/microbees.markdown index 9e42cbd6bec..31ca2b8ea23 100644 --- a/source/_integrations/microbees.markdown +++ b/source/_integrations/microbees.markdown @@ -3,6 +3,7 @@ title: microBees description: Instructions on how to integrate microBees devices into Home Assistant. ha_category: - Switch + - Sensor ha_release: 2024.3 ha_codeowners: - '@microBeesTech' @@ -11,6 +12,7 @@ ha_domain: microbees ha_iot_class: Cloud Polling ha_platforms: - switch + - sensor ha_integration_type: integration --- The microbees integration allows you to control your [microBees devices](https://www.microbees.com/) such as plugs and wall switches. @@ -20,5 +22,6 @@ 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** +- **Sensor** {% include integrations/config_flow.md %}