fix example

This commit is contained in:
Jeff 2023-01-11 18:24:47 -07:00 committed by GitHub
parent 101ead9279
commit ccda4c496c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -860,7 +860,7 @@ or as lambda
.. code-block:: yaml
lambda: -|
lambda: |-
if (id(my_script).is_running()) {
ESP_LOGI("main", "Script is running!");
}