Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added button platform to microBees integration #31569

Merged
merged 4 commits into from
Mar 5, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/_integrations/microbees.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -13,17 +14,19 @@ ha_domain: microbees
ha_iot_class: Cloud Polling
ha_platforms:
- switch
- button
- light
- sensor
ha_integration_type: integration
---

marcolettieri marked this conversation as resolved.
Show resolved Hide resolved
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**
- **Button**
- **Light**
- **Sensor**

Expand Down