1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

Add: Human Presence and Target Count to the Seeed Studio MR60BHA2 (#8010)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Spencer Yan <spencer@spenyan.com>
This commit is contained in:
Citric Li
2025-01-22 08:01:15 +08:00
committed by GitHub
parent 4843bbd38a
commit c2e52f4b11
5 changed files with 76 additions and 23 deletions

View File

@@ -9,6 +9,11 @@ uart:
seeed_mr60bha2:
id: my_seeed_mr60bha2
binary_sensor:
- platform: seeed_mr60bha2
has_target:
name: "Person Information"
sensor:
- platform: seeed_mr60bha2
breath_rate:
@@ -17,3 +22,5 @@ sensor:
name: "Real-time heart rate"
distance:
name: "Distance to detection object"
num_targets:
name: "Target Number"