mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
15 lines
389 B
YAML
15 lines
389 B
YAML
esp32_ble_tracker:
|
|
id: ble_tracker_hub
|
|
|
|
sensor:
|
|
# Explicit ble_hub_id: pins the neutral binding as a declared key.
|
|
- platform: inkbird_ibsth1_mini
|
|
ble_hub_id: ble_tracker_hub
|
|
mac_address: 38:81:D7:0A:9C:11
|
|
temperature:
|
|
name: Inkbird IBS-TH1 Temperature
|
|
humidity:
|
|
name: Inkbird IBS-TH1 Humidity
|
|
battery_level:
|
|
name: Inkbird IBS-TH1 Battery Level
|