Add documentation for microBees integration (#31021)

* Create microBees documentation

* Update microbees.markdown

* Update microbees.markdown

* Update microbees.markdown

* Update microbees.markdown

* added lights to microbees.markdown

* Added Cover to microbees.markdown

* revert to only switch and sensor microbees.markdown

* removed sensor from microbees.markdown

* removed spaces microbees.markdown
This commit is contained in:
Marco Lettieri 2024-02-22 17:48:27 +01:00 committed by GitHub
parent 178fface8d
commit 62bd4a8f90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,24 @@
---
title: microBees
description: Instructions on how to integrate microBees devices into Home Assistant.
ha_category:
- Switch
ha_release: 2024.3
ha_codeowners:
- '@microBeesTech'
ha_config_flow: true
ha_domain: microbees
ha_iot_class: Cloud Polling
ha_platforms:
- switch
ha_integration_type: integration
---
The microbees integration allows you to control your [microBees devices](https://www.microbees.com/) such as plugs and wall switches.
To use this integration you need OAuth2 Client ID and Client Secret and your user credentials.
To retrieve the OAuth2 Client ID and Client Secret go to [microBees Developer Dashboard](https://developers.microbees.com/dashboard), login with your microBees account and [create a new app](https://developers.microbees.com/dashboard/?p=wizard), choose a Label for your App, select WebApplication and input https://my.home-assistant.io as Website URL.
There is currently support for the following device types within Home Assistant:
- **Switch**
{% include integrations/config_flow.md %}