Skip to content

Commit 8941323

Browse files
authored
Lovelace: Add attribute/prefix/suffix option to picture-glance… (home-assistant#12343)
1 parent 5571bbd commit 8941323

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/_lovelace/picture-glance.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,18 @@ entity:
9090
required: true
9191
description: Home Assistant entity ID.
9292
type: string
93+
attribute:
94+
required: false
95+
description: Attribute of the entity to display instead of the state
96+
type: string
97+
prefix:
98+
required: false
99+
description: Prefix to display before the attribute's value
100+
type: string
101+
suffix:
102+
required: false
103+
description: Suffix to display after the attribute's value
104+
type: string
93105
icon:
94106
required: false
95107
description: Overwrites default icon.

0 commit comments

Comments
 (0)