mirror of
https://github.com/esphome/esphome.git
synced 2026-09-26 22:40:21 +00:00
21 lines
751 B
YAML
21 lines
751 B
YAML
# Config-only: the CI base board (generic-bk7252, BLE 4.2) cannot compile the
|
|
# BLE 5.x tracker, so this fixture proves validation (schema + neutral binding)
|
|
# on a non-esp32 platform; codegen and compilation are not exercised here.
|
|
bk72xx_ble_tracker:
|
|
id: ble_tracker_hub
|
|
|
|
sensor:
|
|
# Explicit ble_hub_id: pins the neutral binding as a declared key.
|
|
- platform: xiaomi_miscale
|
|
ble_hub_id: ble_tracker_hub
|
|
mac_address: '5C:CA:D3:70:D4:A2'
|
|
weight:
|
|
name: "Xiaomi Mi Scale Weight"
|
|
impedance:
|
|
name: "Xiaomi Mi Scale Impedance"
|
|
# No ble_hub_id: exercises the generated binding real configs use.
|
|
- platform: xiaomi_miscale
|
|
mac_address: '5C:CA:D3:70:D4:A3'
|
|
weight:
|
|
name: "BK Xiaomi Mi Scale Implicit Weight"
|