mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +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:
20
tests/components/cse7761/test.esp32-ard.yaml
Normal file
20
tests/components/cse7761/test.esp32-ard.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
uart:
|
||||
- id: uart_cse7761
|
||||
tx_pin:
|
||||
number: 17
|
||||
rx_pin:
|
||||
number: 16
|
||||
baud_rate: 38400
|
||||
|
||||
sensor:
|
||||
- platform: cse7761
|
||||
voltage:
|
||||
name: CSE7761 Voltage
|
||||
current_1:
|
||||
name: CSE7761 Current 1
|
||||
current_2:
|
||||
name: CSE7761 Current 2
|
||||
active_power_1:
|
||||
name: CSE7761 Active Power 1
|
||||
active_power_2:
|
||||
name: CSE7761 Active Power 2
|
Reference in New Issue
Block a user