mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
added light platform to microbees (#31567)
This commit is contained in:
parent
df4021d147
commit
c7a60e7a07
@ -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
|
||||||
|
- Light
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_release: 2024.3
|
ha_release: 2024.3
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
@ -12,6 +13,7 @@ ha_domain: microbees
|
|||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- switch
|
- switch
|
||||||
|
- light
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
@ -22,6 +24,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**
|
||||||
|
- **Light**
|
||||||
- **Sensor**
|
- **Sensor**
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user