mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Tap actions for gauge card (#32885)
* Tap actions for gauge card * Update actions.markdown * Update actions.markdown
This commit is contained in:
parent
09fa631370
commit
2d33f27164
@ -102,6 +102,18 @@ segments:
|
||||
required: false
|
||||
description: Label of the segment. This will be shown instead of the value.
|
||||
type: string
|
||||
tap_action:
|
||||
required: false
|
||||
description: Action taken on card tap. See [action documentation](/dashboards/actions/#tap-action).
|
||||
type: map
|
||||
hold_action:
|
||||
required: false
|
||||
description: Action taken on card tap and hold. See [action documentation](/dashboards/actions/#hold-action).
|
||||
type: map
|
||||
double_tap_action:
|
||||
required: false
|
||||
description: Action taken on card double tap. See [action documentation](/dashboards/actions/#double-tap-action).
|
||||
type: map
|
||||
{% endconfiguration %}
|
||||
|
||||
### Examples
|
||||
|
@ -26,12 +26,15 @@ Actions can be enabled on the following cards:
|
||||
|
||||
- [Button](/dashboards/button/)
|
||||
- [Entities](/dashboards/entities/)
|
||||
- [Gauge](/dashboards/gauge/)
|
||||
- [Glance](/dashboards/glance/)
|
||||
- [Light](/dashboards/light/)
|
||||
- [Picture](/dashboards/picture/)
|
||||
- [Picture element](/dashboards/picture-elements/)
|
||||
- [Picture entity](/dashboards/picture-entity/)
|
||||
- [Picture glance](/dashboards/picture-glance/)
|
||||
- [Tile](/dashboards/tile/)
|
||||
- [Weather forecast](/dashboards/weather-forecast/)
|
||||
|
||||
## Tap action
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user