add missing description (#17471)

`set_preset_mode` is defined in the example but not in the variable description.
This commit is contained in:
Romain 2021-04-15 10:13:00 +02:00 committed by GitHub
parent 3aaeec3e27
commit 0a111817ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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