mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
20 lines
311 B
YAML
20 lines
311 B
YAML
i2c:
|
|
- id: i2c_mlx90393
|
|
scl: 16
|
|
sda: 17
|
|
|
|
sensor:
|
|
- platform: mlx90393
|
|
oversampling: 1
|
|
filter: 0
|
|
gain: 3X
|
|
x_axis:
|
|
name: mlxxaxis
|
|
y_axis:
|
|
name: mlxyaxis
|
|
z_axis:
|
|
name: mlxzaxis
|
|
resolution: 17BIT
|
|
temperature:
|
|
name: mlxtemp
|
|
oversampling: 2
|