Added binary sensors to microBees Integration (#31577)

This commit is contained in:
Marco Lettieri 2024-03-25 08:48:35 +01:00 committed by GitHub
parent 460753a792
commit e214513013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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**