mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	* Initial changes to support testing of additional framework versions * Rename Arduino test files
		
			
				
	
	
		
			15 lines
		
	
	
		
			246 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			246 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
uart:
 | 
						|
  - id: uart_jsn_sr04t
 | 
						|
    tx_pin:
 | 
						|
      number: 4
 | 
						|
    rx_pin:
 | 
						|
      number: 5
 | 
						|
    baud_rate: 9600
 | 
						|
 | 
						|
sensor:
 | 
						|
  - platform: jsn_sr04t
 | 
						|
    id: jsn_sr04t_sensor
 | 
						|
    name: "jsn_sr04t Distance"
 | 
						|
    uart_id: uart_jsn_sr04t
 | 
						|
    update_interval: 1s
 |