From 022cda550a6bdc8128c85cdad6881b8233032efa Mon Sep 17 00:00:00 2001 From: Marco Lettieri Date: Mon, 25 Mar 2024 11:30:36 +0100 Subject: [PATCH] Added cover platform to microBees Integration (#31568) * added cover to microBees Integration * Update microbees.markdown * Update microbees.markdown * cover status microbees.markdown --- source/_integrations/microbees.markdown | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/_integrations/microbees.markdown b/source/_integrations/microbees.markdown index 57ea34f8a45..69ded0fd173 100644 --- a/source/_integrations/microbees.markdown +++ b/source/_integrations/microbees.markdown @@ -1,7 +1,8 @@ --- title: microBees description: Instructions on how to integrate microBees devices into Home Assistant. -ha_category: +ha_category: + - Cover - Button - Light - Sensor @@ -14,6 +15,7 @@ ha_domain: microbees ha_iot_class: Cloud Polling ha_platforms: - switch + - cover - binary_sensor - button - light @@ -29,9 +31,12 @@ 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** +- **Cover** - **Binary sensors** - **Button** - **Light** - **Sensor** - + +Note: The cover status will be unknown + {% include integrations/config_flow.md %}