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

Add some components to the new testing framework (U) (#6230)

This commit is contained in:
Keith Burzinski
2024-03-26 20:26:50 -05:00
committed by GitHub
parent c36d7c0c3c
commit dc071bed24
36 changed files with 624 additions and 0 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: 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

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: 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

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: 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

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: 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

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: 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

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: 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