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