mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
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:
parent
178fface8d
commit
62bd4a8f90
24
source/_integrations/microbees.markdown
Normal file
24
source/_integrations/microbees.markdown
Normal 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 %}
|
Loading…
x
Reference in New Issue
Block a user