From b2a4d6155979404c221a1200d7941105a1c1a854 Mon Sep 17 00:00:00 2001 From: Jeff Irion Date: Sun, 30 Jan 2022 09:25:52 -0800 Subject: [PATCH] Fix documentation of `set_value` for template number (#21390) --- source/_integrations/template.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index cbfe805edd0..d7252f448f8 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -174,6 +174,7 @@ number: description: Template for the number's current value. required: true type: template + set_value: description: Defines actions to run when the number value changes. The variable `value` will contain the number entered. required: true type: action