From a6433d20eb4c7747e9ec3818ffab8509c46ed713 Mon Sep 17 00:00:00 2001 From: Roelof Schuiling Date: Fri, 28 Jun 2019 15:04:36 +0200 Subject: [PATCH] add icon_template to configuration options (#9706) It wasn't listed in the list of config options, only as examples. --- source/_components/light.template.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/light.template.markdown b/source/_components/light.template.markdown index 22a874754b7..f37c8081c8d 100644 --- a/source/_components/light.template.markdown +++ b/source/_components/light.template.markdown @@ -67,6 +67,10 @@ light: required: false type: template default: optimistic + icon_template: + description: Defines a template for an icon or picture, e.g. showing a different icon for different states. + required: false + type: template turn_on: description: Defines an action to run when the light is turned on. required: true