From 8d307ed4c8bcfa054accbe0d5b301542a2e9a87d Mon Sep 17 00:00:00 2001 From: Marco Lettieri Date: Tue, 5 Mar 2024 14:47:56 +0100 Subject: [PATCH] Added button platform to microBees integration (#31569) * added button platform to microbees integration * Update microbees.markdown * Update source/_integrations/microbees.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/microbees.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/microbees.markdown b/source/_integrations/microbees.markdown index 8da1f129ddd..6c45c213bb2 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 + - Button - Light - Sensor ha_release: 2024.3 @@ -13,6 +14,7 @@ ha_domain: microbees ha_iot_class: Cloud Polling ha_platforms: - switch + - button - light - sensor ha_integration_type: integration @@ -24,6 +26,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** +- **Button** - **Light** - **Sensor**