mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 16:41:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			247 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			247 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
uart:
 | 
						|
  - id: uart_kuntze
 | 
						|
    tx_pin: ${tx_pin}
 | 
						|
    rx_pin: ${rx_pin}
 | 
						|
    baud_rate: 9600
 | 
						|
 | 
						|
modbus:
 | 
						|
  flow_control_pin: ${flow_control_pin}
 | 
						|
 | 
						|
sensor:
 | 
						|
  - platform: kuntze
 | 
						|
    ph:
 | 
						|
      name: Kuntze pH
 | 
						|
    temperature:
 | 
						|
      name: Kuntze temperature
 |