1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[CI] Consolidate some tests (I, J) (#8200)

This commit is contained in:
Keith Burzinski
2025-02-04 17:06:08 -06:00
committed by GitHub
parent 4e4566361f
commit 55203143df
85 changed files with 464 additions and 893 deletions

View File

@@ -0,0 +1,8 @@
i2c:
- id: i2c_i2c_device
scl: ${scl_pin}
sda: ${sda_pin}
i2c_device:
id: i2cdev
address: 0x2C

View File

@@ -1,8 +1,5 @@
i2c:
- id: i2c_i2c
scl: 16
sda: 17
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
i2c_device:
id: i2cdev
address: 0x2C
<<: !include common.yaml

View File

@@ -1,8 +1,5 @@
i2c:
- id: i2c_i2c
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
i2c_device:
id: i2cdev
address: 0x2C
<<: !include common.yaml

View File

@@ -1,8 +1,5 @@
i2c:
- id: i2c_i2c
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
i2c_device:
id: i2cdev
address: 0x2C
<<: !include common.yaml

View File

@@ -1,8 +1,5 @@
i2c:
- id: i2c_i2c
scl: 16
sda: 17
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
i2c_device:
id: i2cdev
address: 0x2C
<<: !include common.yaml

View File

@@ -1,8 +1,5 @@
i2c:
- id: i2c_i2c
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
i2c_device:
id: i2cdev
address: 0x2C
<<: !include common.yaml

View File

@@ -1,8 +1,5 @@
i2c:
- id: i2c_i2c
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
i2c_device:
id: i2cdev
address: 0x2C
<<: !include common.yaml