1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-20 01:28:16 +00:00
functionpointer 1029202848
[mlx90393] Fix inverted gain and resolution. Expose temperature_compensation and hallconf. (#7635)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2025-02-28 07:28:12 +13:00

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