diff --git a/source/dashboards/features.markdown b/source/dashboards/features.markdown index 093d3393e88..a94b16e5ca8 100644 --- a/source/dashboards/features.markdown +++ b/source/dashboards/features.markdown @@ -470,6 +470,27 @@ type: type: string {% endconfiguration %} +## Media player volume slider + +Widget that displays a slider to control the volume for a [media player](/integrations/media_player). + +

+ Screenshot of the tile card with media player volume slider feature + Screenshot of the tile card with media player volume slider feature +

+ +```yaml +features: + - type: "media-player-volume-slider" +``` + +{% configuration features %} +type: + required: true + description: "`media-player-volume-slider`" + type: string +{% endconfiguration %} + ## Numeric input Widget that displays a slider or buttons to set the value for a [number](/integrations/number) or [input number](/integrations/input_number). diff --git a/source/images/dashboards/features/media_player_volume_slider.png b/source/images/dashboards/features/media_player_volume_slider.png new file mode 100644 index 00000000000..e0ce8f91cc4 Binary files /dev/null and b/source/images/dashboards/features/media_player_volume_slider.png differ