mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Added button platform to microBees integration (#31569)
* added button platform to microbees integration * Update microbees.markdown * Update source/_integrations/microbees.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
708f5da796
commit
8d307ed4c8
@ -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
|
||||||
|
- Button
|
||||||
- Light
|
- Light
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_release: 2024.3
|
ha_release: 2024.3
|
||||||
@ -13,6 +14,7 @@ ha_domain: microbees
|
|||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- switch
|
- switch
|
||||||
|
- button
|
||||||
- light
|
- light
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
@ -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:
|
There is currently support for the following device types within Home Assistant:
|
||||||
- **Switch**
|
- **Switch**
|
||||||
|
- **Button**
|
||||||
- **Light**
|
- **Light**
|
||||||
- **Sensor**
|
- **Sensor**
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user