From 1ef6a09dbe3dc2a62bd2751af5bb67328f1ef635 Mon Sep 17 00:00:00 2001 From: Petro31 <35082313+Petro31@users.noreply.github.com> Date: Fri, 3 Jan 2020 17:55:47 -0500 Subject: [PATCH] Update example to show variable used in set_fan_speed template. (#11624) Update to the example to let users know what set_fan_speed passes as a variable to the template. --- source/_integrations/vacuum.template.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/vacuum.template.markdown b/source/_integrations/vacuum.template.markdown index bee77c70187..129114c287a 100644 --- a/source/_integrations/vacuum.template.markdown +++ b/source/_integrations/vacuum.template.markdown @@ -149,6 +149,8 @@ vacuum: service: script.vacuum_locate_vacuum set_fan_speed: service: script.vacuum_set_fan_speed + data_template: + speed: "{{ fan_speed }}" fan_speeds: - Low - Medium