From 2b822cb9f602a83e7c602722100dc0a3c99196b2 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 1 Sep 2018 22:38:44 +0100 Subject: [PATCH] Removed automation: line (#6116) One of the examples has two `automation:` lines, which clearly doesn't work. Removed after somebody had issues with it --- source/_components/input_number.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_components/input_number.markdown b/source/_components/input_number.markdown index 9f7f65ed956..299543428d4 100644 --- a/source/_components/input_number.markdown +++ b/source/_components/input_number.markdown @@ -179,9 +179,8 @@ automation: entity_id: input_number.target_temp value: "{{ trigger.payload }}" -# This automation script runs when the target temperature slider is moved. +# This second automation script runs when the target temperature slider is moved. # It publishes its value to the same MQTT topic it is also subscribed to. -automation: - alias: Temp slider moved trigger: platform: state