Lovelace: Add attribute/prefix/suffix option to picture-glance… (#12343)

This commit is contained in:
Ian Richardson 2020-03-30 09:36:05 -05:00 committed by GitHub
parent 5571bbd8f9
commit 8941323e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.