mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			260 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			260 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| spi:
 | |
|   - id: spi_max31856
 | |
|     clk_pin: ${clk_pin}
 | |
|     mosi_pin: ${mosi_pin}
 | |
|     miso_pin: ${miso_pin}
 | |
| 
 | |
| sensor:
 | |
|   - platform: max31856
 | |
|     name: MAX31856 Temperature
 | |
|     cs_pin: ${cs_pin}
 | |
|     update_interval: 15s
 | |
|     mains_filter: 50Hz
 | |
|     thermocouple_type: N
 |