mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			157 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			157 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
sensor:
 | 
						|
  - platform: max31856
 | 
						|
    name: MAX31856 Temperature
 | 
						|
    cs_pin: ${cs_pin}
 | 
						|
    update_interval: 15s
 | 
						|
    mains_filter: 50Hz
 | 
						|
    thermocouple_type: N
 |