mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
12 lines
148 B
YAML
12 lines
148 B
YAML
esphome:
|
|
on_boot:
|
|
- pcf8563.read_time
|
|
- pcf8563.write_time
|
|
|
|
i2c:
|
|
- id: i2c_pcf8563
|
|
scl: 16
|
|
sda: 17
|
|
|
|
time:
|
|
- platform: pcf8563
|