v1.3.2
- 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.