Try to fix issue #702

This commit is contained in:
Jean-Marc Collin
2024-12-21 08:28:13 +00:00
parent 23ddff95b3
commit 02f60770e8

View File

@@ -82,6 +82,10 @@ T = TypeVar("T", bound=UnderlyingEntity)
class BaseThermostat(ClimateEntity, RestoreEntity, Generic[T]):
"""Representation of a base class for all Versatile Thermostat device."""
# breaking change with 2024.12 climate workaround
_attr_swing_horizontal_modes = []
_attr_swing_horizontal_mode = ""
_entity_component_unrecorded_attributes = (
ClimateEntity._entity_component_unrecorded_attributes.union(
frozenset(