From 02f4d38145ec01a135803e27c338cffb9c02b8de Mon Sep 17 00:00:00 2001 From: Oncleben31 Date: Sat, 18 Sep 2021 09:27:38 +0200 Subject: [PATCH] Current example in Conditions documentation don't work (#19308) --- source/_docs/scripts/conditions.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_docs/scripts/conditions.markdown b/source/_docs/scripts/conditions.markdown index 4abb59bcac6..7e3590362e0 100644 --- a/source/_docs/scripts/conditions.markdown +++ b/source/_docs/scripts/conditions.markdown @@ -31,8 +31,7 @@ If you do not want to combine AND and OR conditions, you can list them sequentia The following configuration works the same as the one listed above: ```yaml -alias: "Paulus home AND temperature below 20" -conditions: +condition: - condition: state entity_id: "device_tracker.paulus" state: "home"