From 0a111817aedc22c0d3463eafbb7275add61df495 Mon Sep 17 00:00:00 2001 From: Romain <43606867+Moumoustache@users.noreply.github.com> Date: Thu, 15 Apr 2021 10:13:00 +0200 Subject: [PATCH] add missing description (#17471) `set_preset_mode` is defined in the example but not in the variable description. --- source/_integrations/fan.template.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/fan.template.markdown b/source/_integrations/fan.template.markdown index 3593f66d8db..3b91b83ee1a 100644 --- a/source/_integrations/fan.template.markdown +++ b/source/_integrations/fan.template.markdown @@ -110,6 +110,10 @@ fan: description: Defines an action to run when the fan is given a speed percentage command. required: false type: action + set_preset_mode: + description: Defines an action to run when the fan is given a preset command. + required: false + type: action set_oscillating: description: Defines an action to run when the fan is given an osc state command. required: false