Migrate to HA 2024.10.4
This commit is contained in:
@@ -14,6 +14,6 @@
|
|||||||
"quality_scale": "silver",
|
"quality_scale": "silver",
|
||||||
"requirements": [],
|
"requirements": [],
|
||||||
"ssdp": [],
|
"ssdp": [],
|
||||||
"version": "6.3.0",
|
"version": "6.5.0",
|
||||||
"zeroconf": []
|
"zeroconf": []
|
||||||
}
|
}
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
@@ -1 +1 @@
|
|||||||
homeassistant==2024.9.3
|
homeassistant==2024.10.4
|
||||||
|
|||||||
Reference in New Issue
Block a user