Binary Sensor Template: Add icon_template and entity_picture_template support (#4373)

Sensor Template: fix entity_picture_template conf
This commit is contained in:
hawk259 2018-02-08 15:02:26 -05:00 committed by Franck Nijhof
parent 9d918bd4c4
commit a7fb895c5a

View File

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