Skip to content

Commit

Permalink
Adjusted new entity features in Climate entity
Browse files Browse the repository at this point in the history
  • Loading branch information
plmilord authored Feb 10, 2024
1 parent 95e70d4 commit 744339c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom_components/spaclient/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ async def async_setup_entry(hass, config_entry, async_add_entities):

class SpaThermostat(SpaClientDevice, ClimateEntity):
"""Representation of a climate device."""
_enable_turn_on_off_backwards_compatibility = False

def __init__(self, spaclient, config_entry):
"""Initialize the device."""
Expand Down
2 changes: 1 addition & 1 deletion custom_components/spaclient/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://github.com/plmilord/Hass.io-custom-component-spaclient",
"iot_class": "local_push",
"issue_tracker": "https://github.com/plmilord/Hass.io-custom-component-spaclient/issues",
"version": "2.81"
"version": "2.82"
}

0 comments on commit 744339c

Please sign in to comment.