1sample: 2 name: MAX6675 K-thermocouple to digital converter 3tests: 4 sample.sensor.max6675: 5 tags: sensors 6 harness: console 7 depends_on: spi 8 harness_config: 9 type: multi_line 10 ordered: true 11 regex: 12 - "Temperature: ([0-9\\.]+) C" 13 fixture: fixture_spi_max6675 14 filter: dt_compat_enabled("maxim,max6675") 15