mirror of
https://github.com/esphome/esphome.git
synced 2026-09-19 02:58:38 +00:00
Add 2026.11.0 removal comments to integration test and fixture
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user