Added section for "media player volume slider" feature (#36211)

Co-authored-by: Simon Zumbrunnen <simon-zumbrunnen@users.noreply.github.com>
This commit is contained in:
Simon Zumbrunnen 2024-12-16 17:27:28 +01:00 committed by GitHub
parent 52da55ce67
commit 6ce83ee0b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 0 deletions

View File

@ -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).
<p class='img'>
<img src='/images/dashboards/features/media_player_volume_slider.png' alt='Screenshot of the tile card with media player volume slider feature'>
Screenshot of the tile card with media player volume slider feature
</p>
```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).

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB