mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Document missing option in cover template (#14995)
This commit is contained in:
parent
f3d4350330
commit
2b51f35655
@ -65,6 +65,10 @@ cover:
|
|||||||
description: Defines a template to specify which icon to use.
|
description: Defines a template to specify which icon to use.
|
||||||
required: false
|
required: false
|
||||||
type: template
|
type: template
|
||||||
|
entity_picture_template:
|
||||||
|
description: Defines a template for the entity picture of the cover.
|
||||||
|
required: false
|
||||||
|
type: template
|
||||||
availability_template:
|
availability_template:
|
||||||
description: Defines a template to get the `available` state of the component. If the template returns `true`, the device is `available`. If the template returns any other value, the device will be `unavailable`. If `availability_template` is not configured, the component will always be `available`.
|
description: Defines a template to get the `available` state of the component. If the template returns `true`, the device is `available`. If the template returns any other value, the device will be `unavailable`. If `availability_template` is not configured, the component will always be `available`.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user