mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 12:56:30 +00:00
Remove STANDBY state from media player states (#2715)
This commit is contained in:
parent
98d1ec19f5
commit
8de9ba5404
@ -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. |
|
| `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. |
|
| `PLAYING` | Entity is currently playing media. |
|
||||||
| `PAUSED` | Entity has an active media and is currently paused |
|
| `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 |
|
| `BUFFERING` | Entity is preparing to start playback of some media |
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
|
Loading…
x
Reference in New Issue
Block a user