Skip to content

Commit

Permalink
Binary Sensor Template: Add icon_template and entity_picture_template…
Browse files Browse the repository at this point in the history
… support (#4373)

Sensor Template: fix entity_picture_template conf
  • Loading branch information
hawk259 authored and frenck committed Feb 8, 2018
1 parent 9d918bd commit a7fb895
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/_components/binary_sensor.template.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7fb895

Please sign in to comment.