mirror of
https://github.com/esphome/esphome.git
synced 2024-12-13 08:54:54 +01:00
20 lines
389 B
YAML
20 lines
389 B
YAML
|
uart:
|
||
|
- id: seeed_mr60fda2_uart
|
||
|
tx_pin: ${uart_tx_pin}
|
||
|
rx_pin: ${uart_rx_pin}
|
||
|
baud_rate: 115200
|
||
|
parity: NONE
|
||
|
stop_bits: 1
|
||
|
|
||
|
seeed_mr60bha2:
|
||
|
id: my_seeed_mr60bha2
|
||
|
|
||
|
sensor:
|
||
|
- platform: seeed_mr60bha2
|
||
|
breath_rate:
|
||
|
name: "Real-time respiratory rate"
|
||
|
heart_rate:
|
||
|
name: "Real-time heart rate"
|
||
|
distance:
|
||
|
name: "Distance to detection object"
|