Add icon_template description to configuration (#4521)
This commit is contained in:
parent
fd44f52d7f
commit
76d3d893be
1 changed files with 4 additions and 0 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue