mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-21 08:16:29 +00:00
Add blog for deprecation of Media player constants (#2332)
* Add blog for deprecation of Media player constants * Minor language tweaks * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Capitalize --------- Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
514f1cdc36
commit
1d8e53c54a
11
blog/2024-09-23-constants-media-player-deprecation.md
Normal file
11
blog/2024-09-23-constants-media-player-deprecation.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
author: G Johansson
|
||||
authorURL: https://github.com/gjohansson-ST
|
||||
authorImageURL: https://avatars.githubusercontent.com/u/62932417?v=4
|
||||
authorTwitter: GJohansson
|
||||
title: "Deprecating constants for Media Player"
|
||||
---
|
||||
|
||||
As of Home Assistant Core 2022.5, the feature flag constants used in `MediaPlayerEntity` were deprecated and replaced by the `MediaPlayerEntityFeature` enum. Later, in 2022.10, the repeat mode, media type, and media class constants were deprecated and replaced by `RepeatMode`, `MediaType`, and `MediaClass`, respectively.
|
||||
|
||||
However, no proper deprecation was done, so now in 2024.10 we start the one-year deprecation period, and the constants will stop working from 2025.10, to ensure all custom integration authors have time to adjust.
|
Loading…
x
Reference in New Issue
Block a user