From 8941323e027e2d6a43a5a673c1337f84d8d7792b Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Mon, 30 Mar 2020 09:36:05 -0500 Subject: [PATCH] =?UTF-8?q?Lovelace:=20Add=20attribute/prefix/suffix=20opt?= =?UTF-8?q?ion=20to=20picture-glance=E2=80=A6=20(#12343)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_lovelace/picture-glance.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_lovelace/picture-glance.markdown b/source/_lovelace/picture-glance.markdown index b1f538974f4..bd99a9c2505 100644 --- a/source/_lovelace/picture-glance.markdown +++ b/source/_lovelace/picture-glance.markdown @@ -90,6 +90,18 @@ entity: required: true description: Home Assistant entity ID. type: string +attribute: + required: false + description: Attribute of the entity to display instead of the state + type: string +prefix: + required: false + description: Prefix to display before the attribute's value + type: string +suffix: + required: false + description: Suffix to display after the attribute's value + type: string icon: required: false description: Overwrites default icon.