fix yaml indentation

This commit is contained in:
Joe Gross 2022-06-16 22:56:36 -07:00 committed by GitHub
parent a1e7b16a17
commit bd9f41c3f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: