diff --git a/source/_lovelace/glance.markdown b/source/_lovelace/glance.markdown index ff677b6c864c..4750d21ddfda 100644 --- a/source/_lovelace/glance.markdown +++ b/source/_lovelace/glance.markdown @@ -24,22 +24,27 @@ type: type: string entities: 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 - 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 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 %} ## {% linkable_title Examples %}