mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-06 04:48:27 +02:00
[CI] Introduce testing for IDF 5 (and other arbitrary framework versions) (#6802)
* Initial changes to support testing of additional framework versions * Rename Arduino test files
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: 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
|
||||
Reference in New Issue
Block a user