mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
[mipi_rgb] Use dict-style packages in test so it can be batch-grouped
Convert the i2c include to a named dict-style package key so CI can group this component's build with others sharing the same bus, instead of flagging it as needing migration.
This commit is contained in:
committed by
Jonathan Swoboda
parent
2a67e5c599
commit
7ee7a26cad
@@ -1,5 +1,5 @@
|
||||
packages:
|
||||
- !include ../../test_build_components/common/i2c/esp32-s3-idf.yaml
|
||||
i2c: !include ../../test_build_components/common/i2c/esp32-s3-idf.yaml
|
||||
|
||||
psram:
|
||||
mode: octal
|
||||
|
||||
Reference in New Issue
Block a user