mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			134 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			134 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
display:
 | 
						|
  - platform: tm1637
 | 
						|
    clk_pin: ${clk_pin}
 | 
						|
    dio_pin: ${dio_pin}
 | 
						|
    intensity: 3
 | 
						|
    lambda: |-
 | 
						|
      it.print("1234");
 |