From 514f1cdc36f63072327df3abbdc2dc7db6224395 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 24 Sep 2024 14:37:33 +0200 Subject: [PATCH] Add blog for deprecation of feature flag constants in vacuum (#2331) * Add blog for deprecation of feature flag constants in vacuum * fix * Apply suggestions from code review Co-authored-by: Martin Hjelmare --------- Co-authored-by: Martin Hjelmare --- ...09-23-feature-flag-constants-vacuum-deprecation.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 blog/2024-09-23-feature-flag-constants-vacuum-deprecation.md diff --git a/blog/2024-09-23-feature-flag-constants-vacuum-deprecation.md b/blog/2024-09-23-feature-flag-constants-vacuum-deprecation.md new file mode 100644 index 00000000..81cec966 --- /dev/null +++ b/blog/2024-09-23-feature-flag-constants-vacuum-deprecation.md @@ -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 feature flag constants for Vacuum" +--- + +As of Home Assistant Core 2022.5, the feature flag constants used in `StateVacuumEntity` were deprecated and replaced by the `VacuumEntityFeature` enum. + +However, there was no proper deprecation done and therefore now in 2024.10 we start the one-year deprecation period. The constants will stop working from 2025.10, to ensure all custom integration authors have time to adjust.