Merge pull request #5054 from bachya/entity-picture

Re-adds entity_picture_template information to the template switch
This commit is contained in:
DubhAd 2018-03-31 08:59:33 +01:00 committed by GitHub
commit f1d1dd0d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,10 @@ switch:
description: Defines a template for the icon of the switch. description: Defines a template for the icon of the switch.
required: false required: false
type: template type: template
entity_picture_template:
description: Defines a template for the picture of the switch.
required: false
type: template
{% endconfiguration %} {% endconfiguration %}
## {% linkable_title Considerations %} ## {% linkable_title Considerations %}