mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Add missing action options to header/footer (#22895)
This commit is contained in:
parent
7a2617bf60
commit
bc5ad263d3
@ -34,11 +34,11 @@ tap_action:
|
|||||||
type: map
|
type: map
|
||||||
hold_action:
|
hold_action:
|
||||||
required: false
|
required: false
|
||||||
description: Action to take on tap-and-hold. See [action documentation](/dashboards/actions/#hold-action).
|
description: Action taken on tap-and-hold. See [action documentation](/dashboards/actions/#hold-action).
|
||||||
type: map
|
type: map
|
||||||
double_tap_action:
|
double_tap_action:
|
||||||
required: false
|
required: false
|
||||||
description: Action to take on double tap. See [action documentation](/dashboards/actions/#double-tap-action).
|
description: Action taken on double tap. See [action documentation](/dashboards/actions/#double-tap-action).
|
||||||
type: map
|
type: map
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
@ -89,6 +89,18 @@ entities:
|
|||||||
description: Show entity name.
|
description: Show entity name.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: "false"
|
default: "false"
|
||||||
|
tap_action:
|
||||||
|
required: false
|
||||||
|
description: Action taken on button tap. See [action documentation](/dashboards/actions/#tap-action).
|
||||||
|
type: map
|
||||||
|
hold_action:
|
||||||
|
required: false
|
||||||
|
description: Action taken on tap-and-hold. See [action documentation](/dashboards/actions/#hold-action).
|
||||||
|
type: map
|
||||||
|
double_tap_action:
|
||||||
|
required: false
|
||||||
|
description: Action taken on double tap. See [action documentation](/dashboards/actions/#double-tap-action).
|
||||||
|
type: map
|
||||||
|
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user