mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 02:26:01 +00:00
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.