mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Spencer Yan <spencer@spenyan.com>
		
			
				
	
	
		
			27 lines
		
	
	
		
			528 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			528 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
 | |
| 
 | |
| binary_sensor:
 | |
|   - platform: seeed_mr60bha2
 | |
|     has_target:
 | |
|       name: "Person Information"
 | |
| 
 | |
| sensor:
 | |
|   - platform: seeed_mr60bha2
 | |
|     breath_rate:
 | |
|       name: "Real-time respiratory rate"
 | |
|     heart_rate:
 | |
|       name: "Real-time heart rate"
 | |
|     distance:
 | |
|       name: "Distance to detection object"
 | |
|     num_targets:
 | |
|       name: "Target Number"
 |