Files
esphome/tests/component_tests
Jesse Hills cd9c3d2eee [ethernet] Validate the shared spi bus via the standard spi device schema
Replaces the hand-rolled bus lookup in _final_validate_spi with
spi.final_validate_device_schema, which also enforces mosi_pin on the
shared bus (previously only miso_pin was checked), plus an
id_declaration_match_schema check that the bus uses a hardware
interface. Errors now anchor to the referenced spi: block.
2026-08-25 16:22:07 +12:00
..