mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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
|
required: true
|
||||||
description: Home Assistant entity ID.
|
description: Home Assistant entity ID.
|
||||||
type: string
|
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:
|
icon:
|
||||||
required: false
|
required: false
|
||||||
description: Overwrites default icon.
|
description: Overwrites default icon.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user