From 88341d7ce7955ecfdc1c12eeeb4f68d14c49ba98 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 5 Jul 2016 11:47:05 +0200 Subject: [PATCH] Update automation-trigger.markdown 'from' and 'to' don't work with use_trigger_values in condition --- source/getting-started/automation-trigger.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/getting-started/automation-trigger.markdown b/source/getting-started/automation-trigger.markdown index 3fc7462c14d..349ce666147 100644 --- a/source/getting-started/automation-trigger.markdown +++ b/source/getting-started/automation-trigger.markdown @@ -60,7 +60,9 @@ automation: trigger: platform: state entity_id: device_tracker.paulus, device_tracker.anne_therese - # Optional + # Optional + state: 'xy' + # or (don't use that with condition: use_trigger_values) from: 'not_home' to: 'home' # If given, will trigger when state has been the to state for X time.