mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +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:
14
tests/components/gps/test.esp32-ard.yaml
Normal file
14
tests/components/gps/test.esp32-ard.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
uart:
|
||||
- id: uart_gps
|
||||
tx_pin: 17
|
||||
rx_pin: 16
|
||||
baud_rate: 9600
|
||||
parity: EVEN
|
||||
|
||||
gps:
|
||||
|
||||
time:
|
||||
- platform: gps
|
||||
on_time_sync:
|
||||
then:
|
||||
logger.log: "It's time!"
|
Reference in New Issue
Block a user