Skip to content

Commit

Permalink
Try to fix issue #702
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Marc Collin committed Dec 21, 2024
1 parent 23ddff9 commit 02f6077
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_components/versatile_thermostat/base_thermostat.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
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(
Expand Down

0 comments on commit 02f6077

Please sign in to comment.