mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
Lovelace: correct glance config (#5758)
* Lovelace: correct glance config * Add section for entity options
This commit is contained in:
parent
83a7794936
commit
a95ea42dc9
@ -24,13 +24,27 @@ type:
|
|||||||
type: string
|
type: string
|
||||||
entities:
|
entities:
|
||||||
required: true
|
required: true
|
||||||
description: "A list of entity IDs or an `entity` object."
|
description: "A list of entity IDs or `entity` objects, see below."
|
||||||
type: list
|
type: list
|
||||||
title:
|
title:
|
||||||
required: false
|
required: false
|
||||||
description: Card title
|
description: Card title
|
||||||
type: string
|
type: string
|
||||||
default: none
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
## {% linkable_title Options For Entities %}
|
||||||
|
|
||||||
|
If you define entities as objects instead of strings, you can add more customization and configuration:
|
||||||
|
|
||||||
|
{% configuration %}
|
||||||
|
entity:
|
||||||
|
required: true
|
||||||
|
description: Home Assistant entity ID.
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
required: false
|
||||||
|
description: Overwrites friendly name.
|
||||||
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Examples %}
|
## {% linkable_title Examples %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user