mirror of
https://github.com/esphome/esphome.git
synced 2025-10-27 21:23:48 +00:00
Add some components to the new testing framework (X,Y,Z) (#6233)
This commit is contained in:
9
tests/components/zio_ultrasonic/test.esp8266.yaml
Normal file
9
tests/components/zio_ultrasonic/test.esp8266.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
i2c:
|
||||
- id: i2c_zio_ultrasonic
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: zio_ultrasonic
|
||||
name: "Distance"
|
||||
update_interval: 60s
|
||||
Reference in New Issue
Block a user