Skip to content

v1.3.2

Compare
Choose a tag to compare
@Lyr3x Lyr3x released this 22 Oct 10:20
· 274 commits to master since this release
f91b1cc
  • Add dependencies via code generation to avoid incompatibility with 2021.10
  • Remove i2c component from sensor and pass Wire instance directly to the VL53L1X library

ESPHome restricts with 2021.10 the access to the wire instance of the i2c component. Therefore, I was forced to remove the component and implement a workaround. This is required until an official VL53L1X implementation is available in ESPHome.