mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Entities card: Button row name now optional (#16261)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
5cc42894f0
commit
b989aa6315
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user