[CI] Consolidate some tests (B) (#8185)

This commit is contained in:
Keith Burzinski
2025-02-04 17:05:02 -06:00
committed by GitHub
parent d4ac2d3c7e
commit 53c15f6716
78 changed files with 492 additions and 1227 deletions
+10
View File
@@ -0,0 +1,10 @@
i2c:
- id: i2c_bh1750
scl: ${scl_pin}
sda: ${sda_pin}
sensor:
- platform: bh1750
name: Living Room Brightness
address: 0x23
update_interval: 30s
+4 -9
View File
@@ -1,10 +1,5 @@
i2c:
- id: i2c_bh1750
scl: 16
sda: 17
substitutions:
scl_pin: GPIO22
sda_pin: GPIO21
sensor:
- platform: bh1750
name: Living Room Brightness
address: 0x23
update_interval: 30s
<<: !include common.yaml
@@ -1,10 +1,5 @@
i2c:
- id: i2c_bh1750
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
sensor:
- platform: bh1750
name: Living Room Brightness
address: 0x23
update_interval: 30s
<<: !include common.yaml
@@ -1,10 +1,5 @@
i2c:
- id: i2c_bh1750
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
sensor:
- platform: bh1750
name: Living Room Brightness
address: 0x23
update_interval: 30s
<<: !include common.yaml
+4 -9
View File
@@ -1,10 +1,5 @@
i2c:
- id: i2c_bh1750
scl: 16
sda: 17
substitutions:
scl_pin: GPIO22
sda_pin: GPIO21
sensor:
- platform: bh1750
name: Living Room Brightness
address: 0x23
update_interval: 30s
<<: !include common.yaml
@@ -1,10 +1,5 @@
i2c:
- id: i2c_bh1750
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
sensor:
- platform: bh1750
name: Living Room Brightness
address: 0x23
update_interval: 30s
<<: !include common.yaml
+4 -9
View File
@@ -1,10 +1,5 @@
i2c:
- id: i2c_bh1750
scl: 5
sda: 4
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
sensor:
- platform: bh1750
name: Living Room Brightness
address: 0x23
update_interval: 30s
<<: !include common.yaml