mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-04 03:48:29 +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,12 @@
|
||||
uart:
|
||||
- id: uart_sonoff_d1
|
||||
tx_pin: 4
|
||||
rx_pin: 5
|
||||
baud_rate: 9600
|
||||
|
||||
light:
|
||||
- platform: sonoff_d1
|
||||
id: d1_light
|
||||
name: Sonoff D1 Dimmer
|
||||
restore_mode: RESTORE_DEFAULT_OFF
|
||||
use_rm433_remote: false
|
||||
Reference in New Issue
Block a user