mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Binary Sensor Template: Add icon_template and entity_picture_template support (#4373)
Sensor Template: fix entity_picture_template conf
This commit is contained in:
parent
9d918bd4c4
commit
a7fb895c5a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user