-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add blog post about media player standby state deprecation #2726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📝 WalkthroughWalkthroughA new blog post has been added announcing the deprecation of the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Blog
User->>Blog: Reads post about STANDBY state deprecation
Blog-->>User: Informs about deprecation, alternatives, and documentation
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
blog/2025-07-16-media-player-standby-state-deprecated.md (2)
4-4
: Consider sentence-style capitalization in the title.Microsoft Style recommends sentence-style capitalization for headings. You could use:
title: "The media player standby state is deprecated"
Leaving
STANDBY
in all caps is fine if preserving the exact constant is important.
7-8
: Tighten wording and switch to an imperative tone.Docs guidelines favor a direct, authoritative style. Dropping “has been” and “should” makes the text crisper and aligns with the instruction style used elsewhere.
-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. +Home Assistant deprecated the media player state `MediaPlayerState.STANDBY`. This state will be removed in Home Assistant Core 2026.8. Use `MediaPlayerState.IDLE` or `MediaPlayerState.OFF` instead. See [architecture discussion #799](https://github.com/home-assistant/architecture/discussions/799) for background.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting
📒 Files selected for processing (1)
blog/2025-07-16-media-player-standby-state-deprecated.md
(1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
*/**(html|markdown|md)
Instructions used from:
Sources:
⚙️ CodeRabbit Configuration File
Proposed change
Add blog post about media player standby state deprecation
Type of change
Checklist
Additional information
Summary by CodeRabbit