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

[CI] Consolidate some tests (U, V, W, X, Y, Z) (#8210)

This commit is contained in:
Keith Burzinski
2025-02-09 15:43:17 -06:00
committed by GitHub
parent 353924257a
commit dc8646cda6
135 changed files with 1070 additions and 2701 deletions

View File

@@ -1,3 +1,8 @@
i2c:
- id: i2c_veml7700
scl: ${scl_pin}
sda: ${sda_pin}
sensor:
- platform: veml7700
address: 0x10

View File

@@ -1,6 +1,5 @@
i2c:
- id: i2c_veml7700
scl: 16
sda: 17
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
<<: !include common.yaml

View File

@@ -1,6 +1,5 @@
i2c:
- id: i2c_veml7700
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
<<: !include common.yaml

View File

@@ -1,6 +1,5 @@
i2c:
- id: i2c_veml7700
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
<<: !include common.yaml

View File

@@ -1,6 +1,5 @@
i2c:
- id: i2c_veml7700
scl: 16
sda: 17
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
<<: !include common.yaml

View File

@@ -1,6 +1,5 @@
i2c:
- id: i2c_veml7700
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
<<: !include common.yaml

View File

@@ -1,6 +1,5 @@
i2c:
- id: i2c_veml7700
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
<<: !include common.yaml