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 all 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
3 changes: 3 additions & 0 deletions 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,6 +14,7 @@ ha_domain: microbees
ha_iot_class: Cloud Polling
ha_platforms:
- switch
- button
- light
- sensor
ha_integration_type: integration
Expand All @@ -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**

Expand Down