Skip to content

Commit 612d557

Browse files
authored
Add blog post about media player standby state deprecation (#2726)
1 parent 3c6810a commit 612d557

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
author: Erik Montnemery
3+
authorURL: https://github.com/emontnemery
4+
title: "The media player STANDBY state is deprecated"
5+
---
6+
7+
The media player state `MediaPlayerState.STANDBY` has been deprecated as decided in [home-assistant/architecture#799](https://github.com/home-assistant/architecture/discussions/799) and will be removed in Home Assistant Core 2026.8.
8+
Integrations should use `MediaPlayerState.IDLE` or `MediaPlayerState.OFF` instead.
9+
10+
For more details, see the [media player developer documentation](/docs/core/entity/media-player#states).

0 commit comments

Comments
 (0)