Remove STANDBY state from media player states (#2715)

This commit is contained in:
Shay Levy 2025-07-04 21:48:58 +03:00 committed by GitHub
parent 98d1ec19f5
commit 8de9ba5404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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