mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			139 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			139 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
sensor:
 | 
						|
  - platform: hx711
 | 
						|
    name: HX711 Value
 | 
						|
    clk_pin: ${clk_pin}
 | 
						|
    dout_pin: ${dout_pin}
 | 
						|
    gain: 128
 | 
						|
    update_interval: 15s
 |