From a91291ecfe03c540abb1de6da0038d57ebf38b73 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Fri, 4 Jul 2025 21:46:05 +0300 Subject: [PATCH] Remove STANDBY state from media player states (#39849) --- source/_integrations/media_player.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_integrations/media_player.markdown b/source/_integrations/media_player.markdown index 6e740a75d75..15de81a67b9 100644 --- a/source/_integrations/media_player.markdown +++ b/source/_integrations/media_player.markdown @@ -29,7 +29,6 @@ A media player can have the following states: - **Idle**: The media player is turned on and accepting commands, but currently not playing any media. Possibly at some idle home screen. - **Playing**: The media player is currently playing media. - **Paused**: The media player has an active media and is currently paused -- **Standby**: The media player is in a low power state, accepting commands. - **Buffering**: The media player is preparing to start playback of media. - **Unavailable**: The entity is currently unavailable. - **Unknown**: The state is not yet known.