zephyr/samples/sensor/hts221/sample.yaml
Fabio Baltieri 792469aae9 yamllint: indentation: fix files in samples/
Fix the YAML files indentation for files in samples/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

24 lines
551 B
YAML

sample:
name: HTS221 Temperature and Humidity Monitor
common:
harness: console
integration_platforms:
- disco_l475_iot1
filter: dt_compat_enabled("st,hts221")
tags: sensors
depends_on: i2c hts221
harness_config:
type: multi_line
ordered: true
regex:
- "Observation:(.*)"
- "Temperature:(.*) C"
- "Relative Humidity:(.*)%"
tests:
sample.sensor.hts221:
extra_configs:
- CONFIG_HTS221_TRIGGER_NONE=y
sample.sensor.hts221.trigger:
extra_configs:
- CONFIG_HTS221_TRIGGER_OWN_THREAD=y