1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00
Files
esphome/tests/components/mlx90393/common.yaml
2025-05-02 00:01:02 +12:00

23 lines
396 B
YAML

i2c:
- id: i2c_mlx90393
scl: ${scl_pin}
sda: ${sda_pin}
sensor:
- platform: mlx90393
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