From 8fcb7944a3202104727938036e49a68280e94f57 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Fri, 30 Mar 2018 09:08:10 -0600 Subject: [PATCH] Added documentation around entity_picture_template for template switch --- source/_components/switch.template.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/switch.template.markdown b/source/_components/switch.template.markdown index 747364d0803..cfcb54d0929 100644 --- a/source/_components/switch.template.markdown +++ b/source/_components/switch.template.markdown @@ -75,6 +75,10 @@ switch: description: Defines a template for the icon of the switch. required: false type: template + entity_picture_template: + description: Defines a template for the picture of the switch. + required: false + type: template {% endconfiguration %} ## {% linkable_title Considerations %}