diff --git a/source/dashboards/features.markdown b/source/dashboards/features.markdown index 21c1f6cb3ce..b784d1fadf1 100644 --- a/source/dashboards/features.markdown +++ b/source/dashboards/features.markdown @@ -162,6 +162,35 @@ preset_modes: type: list {% endconfiguration %} +## Counter actions + +Widget that displays buttons to increment, decrement and reset a [counter](/integrations/counter). + +

+ Screenshot of the tile card with counter actions feature + Screenshot of the tile card with counter actions feature +

+ +```yaml +features: + - type: "counter-actions" + actions: + - increment + - decrement + - reset +``` + +{% configuration features %} +type: + required: true + description: "`counter-actions`" + type: string +actions: + required: true + description: List of actions to show on the card. The list can contain `increment`, `decrement`, and `reset`. + type: list +{% endconfiguration %} + ## Cover open/close Widget that displays buttons to open, close, or stop a [cover](/integrations/cover). diff --git a/source/images/dashboards/features/counter_actions.png b/source/images/dashboards/features/counter_actions.png new file mode 100644 index 00000000000..273adcdc641 Binary files /dev/null and b/source/images/dashboards/features/counter_actions.png differ