From bd9f41c3f60e95236b67872315b613e04dfce541 Mon Sep 17 00:00:00 2001 From: Joe Gross Date: Thu, 16 Jun 2022 22:56:36 -0700 Subject: [PATCH] fix yaml indentation --- components/sensor/scd4x.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/sensor/scd4x.rst b/components/sensor/scd4x.rst index a267b5793..99955c423 100644 --- a/components/sensor/scd4x.rst +++ b/components/sensor/scd4x.rst @@ -102,8 +102,8 @@ As of April 2022 the average fresh air Co² concentration is 419 ppm. on_...: then: - scd4x.perform_forced_calibration: - value: 419 # outside average April 2022 - id: my_scd41 + value: 419 # outside average April 2022 + id: my_scd41 value can be a template @@ -112,8 +112,8 @@ value can be a template on_...: then: - scd4x._perform_forced_calibration_action: - value: !lambda "{ return 419 };" - id: my_scd41 + value: !lambda "{ return 419 };" + id: my_scd41 .. _factory_reset_action: