mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			410 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			410 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| i2c:
 | |
|   - id: i2c_mlx90393
 | |
|     scl: ${scl_pin}
 | |
|     sda: ${sda_pin}
 | |
| 
 | |
| sensor:
 | |
|   - platform: mlx90393
 | |
|     oversampling: 1
 | |
|     filter: 0
 | |
|     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
 |