diff --git a/docs/core/entity/media-player.md b/docs/core/entity/media-player.md index 465e1581..58e21869 100644 --- a/docs/core/entity/media-player.md +++ b/docs/core/entity/media-player.md @@ -90,7 +90,6 @@ The state of a media player is defined by using values in the `MediaPlayerState` | `IDLE` | Entity is turned on and accepting commands, but currently not playing any media. Possibly at some idle home screen. | | `PLAYING` | Entity is currently playing media. | | `PAUSED` | Entity has an active media and is currently paused | -| `STANDBY` | Entity is in a low power state, accepting commands. | | `BUFFERING` | Entity is preparing to start playback of some media | ## Methods