mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +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
|
required: false
|
||||||
description: Card title
|
description: Card title
|
||||||
type: string
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Options For Entities %}
|
## {% linkable_title Options For Entities %}
|
||||||
@ -45,6 +55,11 @@ name:
|
|||||||
required: false
|
required: false
|
||||||
description: Overwrites friendly name.
|
description: Overwrites friendly name.
|
||||||
type: string
|
type: string
|
||||||
|
tap_action:
|
||||||
|
required: false
|
||||||
|
description: "Set to `toggle` or `turn-on` for direct actions."
|
||||||
|
type: string
|
||||||
|
default: more-info
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Examples %}
|
## {% linkable_title Examples %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user