Skip to content

Commit 8de9ba5

Browse files
authored
Remove STANDBY state from media player states (#2715)
1 parent 98d1ec1 commit 8de9ba5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/core/entity/media-player.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ The state of a media player is defined by using values in the `MediaPlayerState`
9090
| `IDLE` | Entity is turned on and accepting commands, but currently not playing any media. Possibly at some idle home screen. |
9191
| `PLAYING` | Entity is currently playing media. |
9292
| `PAUSED` | Entity has an active media and is currently paused |
93-
| `STANDBY` | Entity is in a low power state, accepting commands. |
9493
| `BUFFERING` | Entity is preparing to start playback of some media |
9594

9695
## Methods

0 commit comments

Comments
 (0)