From 2d33f27164c87a1127d6a34d0a7c63a51312082b Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Wed, 22 May 2024 07:29:34 -0700 Subject: [PATCH] Tap actions for gauge card (#32885) * Tap actions for gauge card * Update actions.markdown * Update actions.markdown --- source/_dashboards/gauge.markdown | 12 ++++++++++++ source/dashboards/actions.markdown | 3 +++ 2 files changed, 15 insertions(+) diff --git a/source/_dashboards/gauge.markdown b/source/_dashboards/gauge.markdown index 8ede3f1de0a..96109181545 100644 --- a/source/_dashboards/gauge.markdown +++ b/source/_dashboards/gauge.markdown @@ -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 diff --git a/source/dashboards/actions.markdown b/source/dashboards/actions.markdown index a22d473b038..0c219a0b3d5 100644 --- a/source/dashboards/actions.markdown +++ b/source/dashboards/actions.markdown @@ -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