Add 2026.11.0 removal comments to integration test and fixture

This commit is contained in:
J. Nick Koston
2026-03-26 16:21:30 -10:00
parent cfbba0af90
commit 05a5c27b90
2 changed files with 8 additions and 2 deletions
@@ -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.
"""
+4 -1
View File
@@ -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