From 592371f9f6853d617f518570d55e6596141289a4 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 26 Mar 2026 16:20:32 -1000 Subject: [PATCH] Add 2026.11.0 removal comments to integration test and fixture --- .../external_components/legacy_climate_component/__init__.py | 5 ++++- tests/integration/test_legacy_climate_compat.py | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/integration/fixtures/external_components/legacy_climate_component/__init__.py b/tests/integration/fixtures/external_components/legacy_climate_component/__init__.py index a495fb81ad3..ba9eff2d892 100644 --- a/tests/integration/fixtures/external_components/legacy_climate_component/__init__.py +++ b/tests/integration/fixtures/external_components/legacy_climate_component/__init__.py @@ -1 +1,4 @@ -"""Legacy climate component — tests deprecated ClimateTraits setters backward compat.""" +"""Legacy climate component — tests deprecated ClimateTraits setters backward compat. + +Remove this entire directory in 2026.11.0 when the deprecated setters are removed. +""" diff --git a/tests/integration/test_legacy_climate_compat.py b/tests/integration/test_legacy_climate_compat.py index 1ea3c2bc4a5..aad71dd04ae 100644 --- a/tests/integration/test_legacy_climate_compat.py +++ b/tests/integration/test_legacy_climate_compat.py @@ -2,7 +2,10 @@ Verifies that external components using the old traits.set_supported_custom_fan_modes() and traits.set_supported_custom_presets() API still work correctly during the -deprecation period (removed in 2026.11.0). +deprecation period. + +Remove this entire test file and the legacy_climate_component external component +in 2026.11.0 when the deprecated ClimateTraits setters are removed. """ from __future__ import annotations