From 744339cc2e24f8af968b79d1d7335842c553feba Mon Sep 17 00:00:00 2001 From: Pierre-Luc Milord <46912935+plmilord@users.noreply.github.com> Date: Sat, 10 Feb 2024 13:59:54 -0500 Subject: [PATCH] Adjusted new entity features in Climate entity --- custom_components/spaclient/climate.py | 1 + custom_components/spaclient/manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/spaclient/climate.py b/custom_components/spaclient/climate.py index e367ea6..656c3f5 100644 --- a/custom_components/spaclient/climate.py +++ b/custom_components/spaclient/climate.py @@ -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.""" diff --git a/custom_components/spaclient/manifest.json b/custom_components/spaclient/manifest.json index 2308de1..af02bbd 100644 --- a/custom_components/spaclient/manifest.json +++ b/custom_components/spaclient/manifest.json @@ -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" } \ No newline at end of file