Files
esphome/script
J. Nick Koston 64d3fa52ce Fix test_build_components crash with top-level !include test files
The IncludeFile representer added in #15549 defers !include resolution,
but the component test scripts assumed load_yaml always returns a dict.
Test files using top-level !include (e.g. usb_uart) caused a TypeError:
'argument of type IncludeFile is not iterable'.

Resolve IncludeFile objects by calling .load() before processing.
2026-04-07 21:25:41 -10:00
..
2023-11-25 10:18:36 +11:00