mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Added climate platform to microBees integration (#31566)
This commit is contained in:
parent
bf4aa401b9
commit
746c03a888
@ -2,6 +2,9 @@
|
|||||||
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:
|
||||||
|
- Switch
|
||||||
|
- Climate
|
||||||
|
- Cover
|
||||||
- Button
|
- Button
|
||||||
- Cover
|
- Cover
|
||||||
- Light
|
- Light
|
||||||
@ -14,6 +17,9 @@ ha_config_flow: true
|
|||||||
ha_domain: microbees
|
ha_domain: microbees
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- switch
|
||||||
|
- climate
|
||||||
|
- cover
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- button
|
- button
|
||||||
- cover
|
- cover
|
||||||
@ -30,6 +36,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**
|
||||||
|
- **Climate**
|
||||||
- **Cover**
|
- **Cover**
|
||||||
- **Binary sensors**
|
- **Binary sensors**
|
||||||
- **Button**
|
- **Button**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user