LSM6DS Temperature Sensor
The lsm6ds sensor platform provides access to the temperature sensor in a LSM6DS Accelerometer/Gyroscope
(datasheet) with ESPHome.
It requires a motion component to be configured with the lsm6ds platform,
which handles the accelerometer and gyroscope data processing and configures the device. See that component for more information.
# Example configuration entrymotion: - platform: lsm6ds
sensor: - platform: lsm6ds type: temperature # Optional, temperature is the only supported type for this platform name: "LSM6DS Temperature"Configuration variables
Section titled “Configuration variables”- type (Optional, string): Must be set to
temperature, or simply omitted. - All other options from Sensor.