From a7fb895c5a7feb853fece0537ebec3627446aba2 Mon Sep 17 00:00:00 2001 From: hawk259 Date: Thu, 8 Feb 2018 15:02:26 -0500 Subject: [PATCH] Binary Sensor Template: Add icon_template and entity_picture_template support (#4373) Sensor Template: fix entity_picture_template conf --- source/_components/binary_sensor.template.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_components/binary_sensor.template.markdown b/source/_components/binary_sensor.template.markdown index 35b1d3f91ba..8a28a6fbff0 100644 --- a/source/_components/binary_sensor.template.markdown +++ b/source/_components/binary_sensor.template.markdown @@ -61,6 +61,14 @@ binary_sensor: description: Defines a template to set the state of the sensor. required: true type: template + icon_template: + description: Defines a template for the icon of the sensor. + required: false + type: template + entity_picture_template: + description: Defines a template for the entity picture of the sensor. + required: false + type: template delay_on: description: The amount of time the template state must be ***met*** before this sensor will switch to `on`. required: false