added sensor platform microbees.markdown (#31564)

This commit is contained in:
Marco Lettieri 2024-02-22 19:27:12 +01:00 committed by GitHub
parent 62bd4a8f90
commit bf8a2cb021
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ title: microBees
description: Instructions on how to integrate microBees devices into Home Assistant. description: Instructions on how to integrate microBees devices into Home Assistant.
ha_category: ha_category:
- Switch - Switch
- Sensor
ha_release: 2024.3 ha_release: 2024.3
ha_codeowners: ha_codeowners:
- '@microBeesTech' - '@microBeesTech'
@ -11,6 +12,7 @@ ha_domain: microbees
ha_iot_class: Cloud Polling ha_iot_class: Cloud Polling
ha_platforms: ha_platforms:
- switch - switch
- sensor
ha_integration_type: integration ha_integration_type: integration
--- ---
The microbees integration allows you to control your [microBees devices](https://www.microbees.com/) such as plugs and wall switches. The microbees integration allows you to control your [microBees devices](https://www.microbees.com/) such as plugs and wall switches.
@ -20,5 +22,6 @@ 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: There is currently support for the following device types within Home Assistant:
- **Switch** - **Switch**
- **Sensor**
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}