mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			349 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			349 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| sensor:
 | |
|   - platform: mlx90393
 | |
|     i2c_id: i2c_bus
 | |
|     oversampling: 3
 | |
|     gain: 1X
 | |
|     temperature_compensation: true
 | |
|     x_axis:
 | |
|       name: mlxxaxis
 | |
|       resolution: DIV_2
 | |
|     y_axis:
 | |
|       name: mlxyaxis
 | |
|       resolution: DIV_1
 | |
|     z_axis:
 | |
|       name: mlxzaxis
 | |
|       resolution: DIV_2
 | |
|     temperature:
 | |
|       name: mlxtemp
 | |
|       oversampling: 2
 |