1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +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

@@ -0,0 +1,25 @@
esphome:
on_boot:
then:
- ufire_ise.calibrate_probe_high:
id: ufire_ise_sensor
solution: 7.0
- ufire_ise.calibrate_probe_low:
id: ufire_ise_sensor
solution: 4.0
- ufire_ise.reset:
i2c:
- id: i2c_ufire_ise
scl: ${scl_pin}
sda: ${sda_pin}
sensor:
- platform: template
id: test_sensor
lambda: "return 21;"
- platform: ufire_ise
id: ufire_ise_sensor
temperature_sensor: test_sensor
ph:
name: Ufire pH

View File

@@ -1,25 +1,5 @@
esphome:
on_boot:
then:
- ufire_ise.calibrate_probe_high:
id: ufire_ise_sensor
solution: 7.0
- ufire_ise.calibrate_probe_low:
id: ufire_ise_sensor
solution: 4.0
- ufire_ise.reset:
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
i2c:
- id: i2c_ufire_ise
scl: 16
sda: 17
sensor:
- platform: template
id: test_sensor
lambda: "return 21;"
- platform: ufire_ise
id: ufire_ise_sensor
temperature_sensor: test_sensor
ph:
name: Ufire pH
<<: !include common.yaml

View File

@@ -1,25 +1,5 @@
esphome:
on_boot:
then:
- ufire_ise.calibrate_probe_high:
id: ufire_ise_sensor
solution: 7.0
- ufire_ise.calibrate_probe_low:
id: ufire_ise_sensor
solution: 4.0
- ufire_ise.reset:
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
i2c:
- id: i2c_ufire_ise
scl: 5
sda: 4
sensor:
- platform: template
id: test_sensor
lambda: "return 21;"
- platform: ufire_ise
id: ufire_ise_sensor
temperature_sensor: test_sensor
ph:
name: Ufire pH
<<: !include common.yaml

View File

@@ -1,25 +1,5 @@
esphome:
on_boot:
then:
- ufire_ise.calibrate_probe_high:
id: ufire_ise_sensor
solution: 7.0
- ufire_ise.calibrate_probe_low:
id: ufire_ise_sensor
solution: 4.0
- ufire_ise.reset:
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
i2c:
- id: i2c_ufire_ise
scl: 5
sda: 4
sensor:
- platform: template
id: test_sensor
lambda: "return 21;"
- platform: ufire_ise
id: ufire_ise_sensor
temperature_sensor: test_sensor
ph:
name: Ufire pH
<<: !include common.yaml

View File

@@ -1,25 +1,5 @@
esphome:
on_boot:
then:
- ufire_ise.calibrate_probe_high:
id: ufire_ise_sensor
solution: 7.0
- ufire_ise.calibrate_probe_low:
id: ufire_ise_sensor
solution: 4.0
- ufire_ise.reset:
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
i2c:
- id: i2c_ufire_ise
scl: 16
sda: 17
sensor:
- platform: template
id: test_sensor
lambda: "return 21;"
- platform: ufire_ise
id: ufire_ise_sensor
temperature_sensor: test_sensor
ph:
name: Ufire pH
<<: !include common.yaml

View File

@@ -1,25 +1,5 @@
esphome:
on_boot:
then:
- ufire_ise.calibrate_probe_high:
id: ufire_ise_sensor
solution: 7.0
- ufire_ise.calibrate_probe_low:
id: ufire_ise_sensor
solution: 4.0
- ufire_ise.reset:
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
i2c:
- id: i2c_ufire_ise
scl: 5
sda: 4
sensor:
- platform: template
id: test_sensor
lambda: "return 21;"
- platform: ufire_ise
id: ufire_ise_sensor
temperature_sensor: test_sensor
ph:
name: Ufire pH
<<: !include common.yaml

View File

@@ -1,25 +1,5 @@
esphome:
on_boot:
then:
- ufire_ise.calibrate_probe_high:
id: ufire_ise_sensor
solution: 7.0
- ufire_ise.calibrate_probe_low:
id: ufire_ise_sensor
solution: 4.0
- ufire_ise.reset:
substitutions:
scl_pin: GPIO5
sda_pin: GPIO4
i2c:
- id: i2c_ufire_ise
scl: 5
sda: 4
sensor:
- platform: template
id: test_sensor
lambda: "return 21;"
- platform: ufire_ise
id: ufire_ise_sensor
temperature_sensor: test_sensor
ph:
name: Ufire pH
<<: !include common.yaml