Add blog post about media player standby state deprecation (#2726)

This commit is contained in:
Erik Montnemery 2025-07-16 14:38:58 +02:00 committed by GitHub
parent 3c6810afaf
commit 612d557084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,10 @@
---
author: Erik Montnemery
authorURL: https://github.com/emontnemery
title: "The media player STANDBY state is deprecated"
---
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.
Integrations should use `MediaPlayerState.IDLE` or `MediaPlayerState.OFF` instead.
For more details, see the [media player developer documentation](/docs/core/entity/media-player#states).