From 05a5c27b90f34a01926d9d80c0209911f6cae478 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 26 Mar 2026 16:21:30 -1000 Subject: [PATCH] Add 2026.11.0 removal comments to integration test and fixture --- .../external_components/legacy_fan_component/__init__.py | 5 ++++- tests/integration/test_legacy_fan_compat.py | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/integration/fixtures/external_components/legacy_fan_component/__init__.py b/tests/integration/fixtures/external_components/legacy_fan_component/__init__.py index ceee4775220..714be181fef 100644 --- a/tests/integration/fixtures/external_components/legacy_fan_component/__init__.py +++ b/tests/integration/fixtures/external_components/legacy_fan_component/__init__.py @@ -1 +1,4 @@ -"""Legacy fan component — tests deprecated FanTraits setters backward compat.""" +"""Legacy fan component — tests deprecated FanTraits setters backward compat. + +Remove this entire directory in 2026.11.0 when the deprecated setters are removed. +""" diff --git a/tests/integration/test_legacy_fan_compat.py b/tests/integration/test_legacy_fan_compat.py index a4b025b6285..5ee41772f3d 100644 --- a/tests/integration/test_legacy_fan_compat.py +++ b/tests/integration/test_legacy_fan_compat.py @@ -1,7 +1,10 @@ """Integration test for backward compatibility of deprecated FanTraits setters. Verifies that external components using the old traits.set_supported_preset_modes() -API still work correctly during the deprecation period (removed in 2026.11.0). +API still work correctly during the deprecation period. + +Remove this entire test file and the legacy_fan_component external component +in 2026.11.0 when the deprecated FanTraits setters are removed. """ from __future__ import annotations