Skip to content

Commit 1dbb7a7

Browse files
authored
docs(scd4x): fix indent in yaml example (#5967)
1 parent fdd0261 commit 1dbb7a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/components/sensor/scd4x.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ api:
107107
variables:
108108
co2_ppm: int
109109
then:
110-
- scd4x.perform_forced_calibration:
111-
value: !lambda 'return co2_ppm;'
112-
id: my_scd41
110+
- scd4x.perform_forced_calibration:
111+
value: !lambda 'return co2_ppm;'
112+
id: my_scd41
113113
```
114114

115115
{{< anchor "factory_reset_action" >}}

0 commit comments

Comments
 (0)