mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-22 05:43:28 +02:00
10 lines
121 B
YAML
10 lines
121 B
YAML
i2c:
|
|
- id: i2c_ds1307
|
|
scl: 5
|
|
sda: 4
|
|
|
|
time:
|
|
- platform: ds1307
|
|
id: ds1307_time
|
|
update_interval: never
|