mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 18:26:56 +00:00
Added cover platform to microBees Integration (#31568)
* added cover to microBees Integration * Update microbees.markdown * Update microbees.markdown * cover status microbees.markdown
This commit is contained in:
parent
dc48fe1231
commit
022cda550a
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: microBees
|
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:
|
||||||
|
- Cover
|
||||||
- Button
|
- Button
|
||||||
- Light
|
- Light
|
||||||
- Sensor
|
- Sensor
|
||||||
@ -14,6 +15,7 @@ ha_domain: microbees
|
|||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- switch
|
- switch
|
||||||
|
- cover
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- button
|
- button
|
||||||
- light
|
- light
|
||||||
@ -29,9 +31,12 @@ 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**
|
||||||
|
- **Cover**
|
||||||
- **Binary sensors**
|
- **Binary sensors**
|
||||||
- **Button**
|
- **Button**
|
||||||
- **Light**
|
- **Light**
|
||||||
- **Sensor**
|
- **Sensor**
|
||||||
|
|
||||||
|
Note: The cover status will be unknown
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user