mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Lovelace: Add attribute/prefix/suffix option to picture-glance… (#12343)
This commit is contained in:
parent
5571bbd8f9
commit
8941323e02
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user