From a70c84a42a45e1d81c3aec901910a5a7b3fd37d8 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Mon, 30 Sep 2019 18:51:26 -0500 Subject: [PATCH] add image option to entities card (#10500) --- source/_lovelace/entities.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index 0a841e93ce7..10b6fdd2752 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -51,6 +51,10 @@ icon: required: false description: Overwrites icon or entity picture. type: string +image: + required: false + description: Overwrites entity picture. + type: string secondary_info: required: false description: "Show additional info. Values: `entity-id`, `last-changed`."