From e70eeb83d3b247ef6a26b14f42df02c63be095e2 Mon Sep 17 00:00:00 2001 From: vocweb Date: Tue, 27 Aug 2019 17:05:57 +0900 Subject: [PATCH] Update condition (#10239) condition: numeric state => condition: numeric_state --- source/_docs/automation/editor.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/editor.markdown b/source/_docs/automation/editor.markdown index f75b9eba187..278cb9d3b2d 100644 --- a/source/_docs/automation/editor.markdown +++ b/source/_docs/automation/editor.markdown @@ -87,7 +87,7 @@ For example, the below automation will be triggered when the sun goes from below from: below_horizon to: above_horizon condition: - - condition: numeric state + - condition: numeric_state entity_id: sensor.temperature above: 17 below: 25