mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Co-authored-by: Brian Davis <bdavis@mimecast.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
14 lines
230 B
YAML
14 lines
230 B
YAML
i2c:
|
|
- id: i2c_vl53l0x
|
|
scl: ${scl_pin}
|
|
sda: ${sda_pin}
|
|
|
|
sensor:
|
|
- platform: vl53l0x
|
|
name: VL53L0x Distance
|
|
address: 0x29
|
|
enable_pin: 3
|
|
timeout: 200us
|
|
update_interval: 60s
|
|
timing_budget: 30000us
|