From 9c45d0956ef928f10ade13faf8322a436cd922c7 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 13 Dec 2023 17:48:31 +0100 Subject: [PATCH] Document media player volume_step property (#2012) --- docs/core/entity/media-player.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/entity/media-player.md b/docs/core/entity/media-player.md index 2fd360e7..bd8546c4 100644 --- a/docs/core/entity/media-player.md +++ b/docs/core/entity/media-player.md @@ -47,6 +47,7 @@ Properties should always only return information from memory and not do I/O (lik | source_list | list[str] | None | `None` | The list of possible input sources for the media player. (This list should contain human readable names, suitable for frontend display). | state | MediaPlayerState | None | `None` | State of the media player. | volume_level | float | None | `None` | Volume level of the media player in the range (0..1). +| volume_step | float | None | 0.1 | Volume step to use for the `volume_up` and `volume_down` services. ## Supported Features