add icon_template to configuration options (#9706)

It wasn't listed in the list of config options, only as examples.
This commit is contained in:
Roelof Schuiling 2019-06-28 15:04:36 +02:00 committed by Fabian Affolter
parent 4f9e1960c6
commit a6433d20eb

View File

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