Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions source/_lovelace/glance.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ entities:
required: true
description: "A list of entity IDs or an `entity` object."
type: list
keys:
entity:
required: true
description: "The `entity_id` to show."
type: string
name:
required: true
description: "A name for `the entity_id`."
type: string
title:
required: false
description: Card title
Expand Down Expand Up @@ -64,7 +55,7 @@ Basic example:
Screenshot of the glance card with custom title.
</p>

Example with a custom name:
Define entities as objects and apply a custom name:

```yaml
- type: glance
Expand Down