mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
19 lines
489 B
YAML
19 lines
489 B
YAML
esp32_ble_tracker:
|
|
id: ble_tracker_hub
|
|
|
|
sensor:
|
|
# Example using 11kg 100% propane tank.
|
|
# Explicit ble_hub_id: pins the neutral binding as a declared key.
|
|
- platform: mopeka_std_check
|
|
ble_hub_id: ble_tracker_hub
|
|
mac_address: D3:75:F2:DC:16:91
|
|
tank_type: Europe_11kg
|
|
temperature:
|
|
name: "Propane test temp"
|
|
level:
|
|
name: "Propane test level"
|
|
distance:
|
|
name: "Propane test distance"
|
|
battery_level:
|
|
name: "Propane test battery level"
|