From 2b51f356555073bc540a7ef8a564e39e54991489 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 20 Oct 2020 22:20:47 +0200 Subject: [PATCH] Document missing option in cover template (#14995) --- source/_integrations/cover.template.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/cover.template.markdown b/source/_integrations/cover.template.markdown index 6c6eeb40958..c7b0c16507b 100644 --- a/source/_integrations/cover.template.markdown +++ b/source/_integrations/cover.template.markdown @@ -65,6 +65,10 @@ cover: description: Defines a template to specify which icon to use. required: false type: template + entity_picture_template: + description: Defines a template for the entity picture of the cover. + required: false + type: 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`. required: false