mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	* Initial changes to support testing of additional framework versions * Rename Arduino test files
		
			
				
	
	
		
			16 lines
		
	
	
		
			213 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			213 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| uart:
 | |
|   - id: uart_kuntze
 | |
|     tx_pin: 4
 | |
|     rx_pin: 5
 | |
|     baud_rate: 9600
 | |
| 
 | |
| modbus:
 | |
|   flow_control_pin: 3
 | |
| 
 | |
| sensor:
 | |
|   - platform: kuntze
 | |
|     ph:
 | |
|       name: Kuntze pH
 | |
|     temperature:
 | |
|       name: Kuntze temperature
 |