mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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:
parent
52da55ce67
commit
6ce83ee0b7
@ -470,6 +470,27 @@ type:
|
|||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% 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
|
## Numeric input
|
||||||
|
|
||||||
Widget that displays a slider or buttons to set the value for a [number](/integrations/number) or [input number](/integrations/input_number).
|
Widget that displays a slider or buttons to set the value for a [number](/integrations/number) or [input number](/integrations/input_number).
|
||||||
|
BIN
source/images/dashboards/features/media_player_volume_slider.png
Normal file
BIN
source/images/dashboards/features/media_player_volume_slider.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
x
Reference in New Issue
Block a user