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