diff --git a/custom_components/versatile_thermostat/manifest.json b/custom_components/versatile_thermostat/manifest.json index d9ac2e7..21b4183 100644 --- a/custom_components/versatile_thermostat/manifest.json +++ b/custom_components/versatile_thermostat/manifest.json @@ -14,6 +14,6 @@ "quality_scale": "silver", "requirements": [], "ssdp": [], - "version": "6.3.0", + "version": "6.5.0", "zeroconf": [] } \ No newline at end of file diff --git a/custom_components/versatile_thermostat/thermostat_climate.py b/custom_components/versatile_thermostat/thermostat_climate.py index 728c685..5c264ce 100644 --- a/custom_components/versatile_thermostat/thermostat_climate.py +++ b/custom_components/versatile_thermostat/thermostat_climate.py @@ -228,18 +228,6 @@ class ThermostatOverClimate(BaseThermostat[UnderlyingClimate]): and self.auto_regulation_use_device_temp # and we have access to the device temp and (device_temp := under.underlying_current_temperature) is not None - # issue 467 - always apply offset. TODO removes this if ok - # and target is not reach (ie we need regulation) - # and ( - # ( - # self.hvac_mode == HVACMode.COOL - # and self.target_temperature < self.current_temperature - # ) - # or ( - # self.hvac_mode == HVACMode.HEAT - # and self.target_temperature > self.current_temperature - # ) - # ) ): offset_temp = device_temp - self.current_temperature diff --git a/hacs.json b/hacs.json index 468efb1..4d19687 100644 --- a/hacs.json +++ b/hacs.json @@ -3,5 +3,5 @@ "content_in_root": false, "render_readme": true, "hide_default_branch": false, - "homeassistant": "2024.9.3" + "homeassistant": "2024.10.4" } \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt index fc71187..2d65e9e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1 +1 @@ -homeassistant==2024.9.3 +homeassistant==2024.10.4