mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
9 lines
138 B
YAML
9 lines
138 B
YAML
i2c:
|
|
- id: i2c_zio_ultrasonic
|
|
scl: 5
|
|
sda: 4
|
|
|
|
sensor:
|
|
- platform: zio_ultrasonic
|
|
name: "Distance"
|
|
update_interval: 60s
|