1sample: 2 name: HTS221 Temperature and Humidity Monitor 3common: 4 harness: console 5 integration_platforms: 6 - disco_l475_iot1 7 filter: dt_compat_enabled("st,hts221") 8 tags: sensors 9 depends_on: 10 - i2c 11 - hts221 12 harness_config: 13 type: multi_line 14 ordered: true 15 regex: 16 - "Observation:(.*)" 17 - "Temperature:(.*) C" 18 - "Relative Humidity:(.*)%" 19tests: 20 sample.sensor.hts221: 21 extra_configs: 22 - CONFIG_HTS221_TRIGGER_NONE=y 23 sample.sensor.hts221.trigger: 24 extra_configs: 25 - CONFIG_HTS221_TRIGGER_OWN_THREAD=y 26 platform_exclude: 27 - b_u585i_iot02a 28