Skip to content

Commit

Permalink
More sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegordon committed Nov 8, 2023
1 parent 258d352 commit c454ec0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions esphome/common/esp32-ble-tracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,32 @@ sensor:
signal_strength:
name: "Study BLE Signal"

- platform: pvvx_mithermometer
mac_address: "A4:C1:38:81:CB:79"
temperature:
name: "Front Hall BLE Temperature"
humidity:
name: "Front Hall BLE Humidity"
battery_level:
name: "Front Hall BLE Battery-Level"
battery_voltage:
name: "Front Hall BLE Battery-Voltage"
signal_strength:
name: "Front Hall BLE Signal"

- platform: pvvx_mithermometer
mac_address: "A4:C1:38:31:85:12"
temperature:
name: "Ensuite BLE Temperature"
humidity:
name: "Ensuite BLE Humidity"
battery_level:
name: "Ensuite BLE Battery-Level"
battery_voltage:
name: "Ensuite BLE Battery-Voltage"
signal_strength:
name: "Ensuite BLE Signal"

binary_sensor:
- platform: ble_presence
mac_address: B0:F1:D8:EA:D0:36
Expand Down

0 comments on commit c454ec0

Please sign in to comment.