mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Added binary sensors to microBees Integration (#31577)
This commit is contained in:
parent
460753a792
commit
e214513013
@ -13,6 +13,8 @@ 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
|
||||||
|
- binary_sensor
|
||||||
- button
|
- button
|
||||||
- light
|
- light
|
||||||
- sensor
|
- sensor
|
||||||
@ -27,6 +29,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**
|
||||||
|
- **Binary sensors**
|
||||||
- **Button**
|
- **Button**
|
||||||
- **Light**
|
- **Light**
|
||||||
- **Sensor**
|
- **Sensor**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user