mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	* Initial changes to support testing of additional framework versions * Rename Arduino test files
		
			
				
	
	
		
			12 lines
		
	
	
		
			164 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			164 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| spi:
 | |
|   - id: spi_max6675
 | |
|     clk_pin: 2
 | |
|     mosi_pin: 3
 | |
|     miso_pin: 4
 | |
| 
 | |
| sensor:
 | |
|   - platform: max6675
 | |
|     name: Temperature
 | |
|     cs_pin: 6
 | |
|     update_interval: 15s
 |