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