mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 09:01:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			113 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			113 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
display:
 | 
						|
  - platform: max7219
 | 
						|
    cs_pin: ${cs_pin}
 | 
						|
    num_chips: 1
 | 
						|
    lambda: |-
 | 
						|
      it.print("01234567");
 |