mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-07 21:33:32 +02:00
Add some components to the new testing framework (U) (#6230)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user