mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-06 21:09:53 +02:00
Add some components to the new testing framework (Q) (#6218)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
i2c:
|
||||
- id: i2c_qwiic_pir
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
binary_sensor:
|
||||
- platform: qwiic_pir
|
||||
name: Qwiic PIR Motion Sensor
|
||||
@@ -0,0 +1,8 @@
|
||||
i2c:
|
||||
- id: i2c_qwiic_pir
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
binary_sensor:
|
||||
- platform: qwiic_pir
|
||||
name: Qwiic PIR Motion Sensor
|
||||
@@ -0,0 +1,8 @@
|
||||
i2c:
|
||||
- id: i2c_qwiic_pir
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
binary_sensor:
|
||||
- platform: qwiic_pir
|
||||
name: Qwiic PIR Motion Sensor
|
||||
@@ -0,0 +1,8 @@
|
||||
i2c:
|
||||
- id: i2c_qwiic_pir
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
binary_sensor:
|
||||
- platform: qwiic_pir
|
||||
name: Qwiic PIR Motion Sensor
|
||||
@@ -0,0 +1,8 @@
|
||||
i2c:
|
||||
- id: i2c_qwiic_pir
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
binary_sensor:
|
||||
- platform: qwiic_pir
|
||||
name: Qwiic PIR Motion Sensor
|
||||
@@ -0,0 +1,8 @@
|
||||
i2c:
|
||||
- id: i2c_qwiic_pir
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
binary_sensor:
|
||||
- platform: qwiic_pir
|
||||
name: Qwiic PIR Motion Sensor
|
||||
Reference in New Issue
Block a user