diff --git a/source/_components/switch.template.markdown b/source/_components/switch.template.markdown index a6f545a97b..86d0e95e57 100644 --- a/source/_components/switch.template.markdown +++ b/source/_components/switch.template.markdown @@ -67,6 +67,10 @@ switch: description: Defines an action to run when the switch is turned off. required: true type: action + icon_template: + description: Defines a template for the icon of the switch. + required: false + type: template {% endconfiguration %} ## {% linkable_title Considerations %}