mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-28 00:38:28 +02:00
10 lines
140 B
YAML
10 lines
140 B
YAML
i2c:
|
|
- id: i2c_zio_ultrasonic
|
|
scl: 16
|
|
sda: 17
|
|
|
|
sensor:
|
|
- platform: zio_ultrasonic
|
|
name: "Distance"
|
|
update_interval: 60s
|