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