Entities card: Button row name now optional (#16261)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Philip Allgaier 2021-01-21 20:39:21 +01:00 committed by GitHub
parent 5cc42894f0
commit b989aa6315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,10 +122,15 @@ type:
required: true
description: button
type: string
name:
required: true
description: Main Label.
entity:
required: false
description: "Entity ID. Either `entity` or `name` (or both) needs to be provided."
type: string
name:
required: false
description: "Row label. Either `entity` or `name` (or both) needs to be provided."
type: string
default: "Friendly name of `entity` if specified."
icon:
required: false
description: An icon to display to the left of the label.