mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Xiaomi BLE now supports some binary sensors (#23736)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
9aec928b43
commit
d5cdebc9d9
@ -2,6 +2,7 @@
|
|||||||
title: Xiaomi BLE
|
title: Xiaomi BLE
|
||||||
description: Instructions on how to integrate Xiaomi BLE devices into Home Assistant.
|
description: Instructions on how to integrate Xiaomi BLE devices into Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
|
- Binary Sensor
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_bluetooth: true
|
ha_bluetooth: true
|
||||||
ha_release: 2022.8
|
ha_release: 2022.8
|
||||||
@ -12,6 +13,7 @@ ha_codeowners:
|
|||||||
ha_domain: xiaomi_ble
|
ha_domain: xiaomi_ble
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- binary_sensor
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
@ -36,6 +38,12 @@ It is possible that we detect your device because it uses the MiBeacon protocol
|
|||||||
- Voltage
|
- Voltage
|
||||||
- Battery
|
- Battery
|
||||||
|
|
||||||
|
It also supports the following classes of binary sensors:
|
||||||
|
|
||||||
|
- Light
|
||||||
|
- Smoke
|
||||||
|
- Moisture
|
||||||
|
|
||||||
## Encryption
|
## Encryption
|
||||||
|
|
||||||
Some devices use AES encryption to protect the sensor values they are broadcasting.
|
Some devices use AES encryption to protect the sensor values they are broadcasting.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user