mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			328 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			328 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| uart:
 | |
|   - id: uart_smt100
 | |
|     tx_pin: ${tx_pin}
 | |
|     rx_pin: ${rx_pin}
 | |
|     baud_rate: 9600
 | |
| 
 | |
| sensor:
 | |
|   - platform: smt100
 | |
|     counts:
 | |
|       name: Counts
 | |
|     permittivity:
 | |
|       name: Permittivity
 | |
|     temperature:
 | |
|       name: Temperature
 | |
|     moisture:
 | |
|       name: Moisture
 | |
|     voltage:
 | |
|       name: Voltage
 | |
|     update_interval: 60s
 |