mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-05 09:46:50 +00:00
Space Update
This commit is contained in:
parent
fb60790234
commit
8abb08da4d
@ -19,31 +19,31 @@ Screenshot of the glance card.
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
type:
|
type:
|
||||||
required: true
|
required: true
|
||||||
description: glance
|
description: glance
|
||||||
type: string
|
type: string
|
||||||
entities:
|
entities:
|
||||||
required: true
|
required: true
|
||||||
description: "A list of entity IDs or `entity` objects, see below."
|
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
|
||||||
show_name:
|
show_name:
|
||||||
required: false
|
required: false
|
||||||
description: Show entity names.
|
description: Show entity names.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: "true"
|
default: "true"
|
||||||
show_state:
|
show_state:
|
||||||
required: false
|
required: false
|
||||||
description: Show entity state-text.
|
description: Show entity state-text.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: "true"
|
default: "true"
|
||||||
theme:
|
theme:
|
||||||
required: false
|
required: false
|
||||||
description: "Set to any theme within `themes.yaml`"
|
description: "Set to any theme within `themes.yaml`"
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Options For Entities %}
|
## {% linkable_title Options For Entities %}
|
||||||
@ -52,31 +52,31 @@ If you define entities as objects instead of strings, you can add more customiza
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
entity:
|
entity:
|
||||||
required: true
|
required: true
|
||||||
description: Home Assistant entity ID.
|
description: Home Assistant entity ID.
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
required: false
|
required: false
|
||||||
description: Overwrites friendly name.
|
description: Overwrites friendly name.
|
||||||
type: string
|
type: string
|
||||||
icon:
|
icon:
|
||||||
required: false
|
required: false
|
||||||
description: Overwrites icon or entity picture.
|
description: Overwrites icon or entity picture.
|
||||||
type: string
|
type: string
|
||||||
tap_action:
|
tap_action:
|
||||||
required: false
|
required: false
|
||||||
description: "Set to `toggle` or `call-service` for direct actions."
|
description: "Set to `toggle` or `call-service` for direct actions."
|
||||||
type: string
|
type: string
|
||||||
default: more-info
|
default: more-info
|
||||||
service:
|
service:
|
||||||
required: false
|
required: false
|
||||||
description: "For `call-service`, e.g., `media_player.media_play_pause`"
|
description: "For `call-service`, e.g., `media_player.media_play_pause`"
|
||||||
type: string
|
type: string
|
||||||
service_data:
|
service_data:
|
||||||
required: false
|
required: false
|
||||||
description: The service data to use.
|
description: The service data to use.
|
||||||
type: object
|
type: object
|
||||||
default: "entity_id: entity_id"
|
default: "entity_id: entity_id"
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Examples %}
|
## {% linkable_title Examples %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user