Migrate to HA 2024.10.4

This commit is contained in:
Jean-Marc Collin
2024-10-26 18:51:21 +00:00
parent 60bd522a97
commit 17ebf629e6
4 changed files with 3 additions and 15 deletions

View File

@@ -14,6 +14,6 @@
"quality_scale": "silver", "quality_scale": "silver",
"requirements": [], "requirements": [],
"ssdp": [], "ssdp": [],
"version": "6.3.0", "version": "6.5.0",
"zeroconf": [] "zeroconf": []
} }

View File

@@ -228,18 +228,6 @@ class ThermostatOverClimate(BaseThermostat[UnderlyingClimate]):
and self.auto_regulation_use_device_temp and self.auto_regulation_use_device_temp
# and we have access to the device temp # and we have access to the device temp
and (device_temp := under.underlying_current_temperature) is not None 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 offset_temp = device_temp - self.current_temperature

View File

@@ -3,5 +3,5 @@
"content_in_root": false, "content_in_root": false,
"render_readme": true, "render_readme": true,
"hide_default_branch": false, "hide_default_branch": false,
"homeassistant": "2024.9.3" "homeassistant": "2024.10.4"
} }

View File

@@ -1 +1 @@
homeassistant==2024.9.3 homeassistant==2024.10.4