mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			224 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			224 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| spi:
 | |
|   - id: spi_max31856
 | |
|     clk_pin: 2
 | |
|     mosi_pin: 3
 | |
|     miso_pin: 4
 | |
| 
 | |
| sensor:
 | |
|   - platform: max31856
 | |
|     name: MAX31856 Temperature
 | |
|     cs_pin: 6
 | |
|     update_interval: 15s
 | |
|     mains_filter: 50Hz
 | |
|     thermocouple_type: N
 | |
| 
 |