mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +00:00
25 lines
861 B
YAML
25 lines
861 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: thermopro_ble
|
|
ble_hub_id: ble_tracker_hub
|
|
mac_address: FE:74:B8:6A:97:B7
|
|
temperature:
|
|
name: "ThermoPro Temperature"
|
|
humidity:
|
|
name: "ThermoPro Humidity"
|
|
battery_level:
|
|
name: "ThermoPro Battery Level"
|
|
signal_strength:
|
|
name: "ThermoPro Signal Strength"
|
|
# No ble_hub_id: exercises the generated binding real configs use.
|
|
- platform: thermopro_ble
|
|
mac_address: FE:74:B8:6A:97:B8
|
|
temperature:
|
|
name: BK ThermoPro Implicit Temperature
|