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