mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Add some components to the new testing framework (P) (#6213)
This commit is contained in:
12
tests/components/pcf85063/test.esp8266.yaml
Normal file
12
tests/components/pcf85063/test.esp8266.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
- pcf85063.read_time
|
||||
- pcf85063.write_time
|
||||
|
||||
i2c:
|
||||
- id: i2c_pcf85063
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
time:
|
||||
- platform: pcf85063
|
||||
Reference in New Issue
Block a user