Add 2026.11.0 removal comments to integration test and fixture

This commit is contained in:
J. Nick Koston
2026-03-26 16:20:32 -10:00
parent 0b68b497bb
commit 592371f9f6
2 changed files with 8 additions and 2 deletions
@@ -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.
"""
@@ -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