mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 11:52:20 +01: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:
11
tests/components/adc/test.esp32-ard.yaml
Normal file
11
tests/components/adc/test.esp32-ard.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
sensor:
|
||||
- platform: adc
|
||||
pin: A0
|
||||
name: Living Room Brightness
|
||||
update_interval: "1:01"
|
||||
attenuation: 2.5db
|
||||
unit_of_measurement: "°C"
|
||||
icon: "mdi:water-percent"
|
||||
accuracy_decimals: 5
|
||||
setup_priority: -100
|
||||
force_update: true
|
Reference in New Issue
Block a user