mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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.
|
description: Defines a template to set the state of the sensor.
|
||||||
required: true
|
required: true
|
||||||
type: template
|
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:
|
delay_on:
|
||||||
description: The amount of time the template state must be ***met*** before this sensor will switch to `on`.
|
description: The amount of time the template state must be ***met*** before this sensor will switch to `on`.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user