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