mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
Lovelace: new features for glance (#5795)
* Lovelace: new features for glance * Fix cp
This commit is contained in:
parent
cb00090d9e
commit
7ec0e271ab
@ -30,6 +30,16 @@ title:
|
||||
required: false
|
||||
description: Card title
|
||||
type: string
|
||||
show_title:
|
||||
required: false
|
||||
description: Show entity titles.
|
||||
type: boolean
|
||||
default: "true"
|
||||
show_state:
|
||||
required: false
|
||||
description: Show entity state-text.
|
||||
type: boolean
|
||||
default: "true"
|
||||
{% endconfiguration %}
|
||||
|
||||
## {% linkable_title Options For Entities %}
|
||||
@ -45,6 +55,11 @@ name:
|
||||
required: false
|
||||
description: Overwrites friendly name.
|
||||
type: string
|
||||
tap_action:
|
||||
required: false
|
||||
description: "Set to `toggle` or `turn-on` for direct actions."
|
||||
type: string
|
||||
default: more-info
|
||||
{% endconfiguration %}
|
||||
|
||||
## {% linkable_title Examples %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user