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