mirror of
https://github.com/esphome/esphome.git
synced 2024-11-05 09:16:46 +01: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
|