Add icon_template description to configuration (#4521)

This commit is contained in:
Kallum Burgin 2018-01-26 20:57:54 +00:00 committed by Franck Nijhof
parent fd44f52d7f
commit 76d3d893be

View File

@ -67,6 +67,10 @@ switch:
description: Defines an action to run when the switch is turned off. description: Defines an action to run when the switch is turned off.
required: true required: true
type: action type: action
icon_template:
description: Defines a template for the icon of the switch.
required: false
type: template
{% endconfiguration %} {% endconfiguration %}
## {% linkable_title Considerations %} ## {% linkable_title Considerations %}