[bthome_mithermometer] Add BTHome parsing for Xiaomi Mijia BLE Sensors (#12635)

This commit is contained in:
H. Árkosi Róbert
2026-01-01 22:40:18 +01:00
committed by GitHub
parent dc320f455a
commit 9847e51fbc
7 changed files with 486 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
esp32_ble_tracker:
sensor:
- platform: bthome_mithermometer
mac_address: A4:C1:38:4E:16:78
temperature:
name: "BTHome Temperature"
humidity:
name: "BTHome Humidity"
battery_level:
name: "BTHome Battery"
battery_voltage:
name: "BTHome Battery Voltage"
signal_strength:
name: "BTHome Signal"

View File

@@ -0,0 +1,4 @@
packages:
ble: !include ../../test_build_components/common/ble/esp32-idf.yaml
<<: !include common.yaml