mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Improved "ON" state check for Use room sensor for cooling
(#89634)
This commit is contained in:
parent
cdfb43d403
commit
15506da332
@ -139,7 +139,7 @@ class NibeClimateEntity(CoordinatorEntity[Coordinator], ClimateEntity):
|
||||
|
||||
mode = HVACMode.OFF
|
||||
if _get_value(self._coil_use_room_sensor) == "ON":
|
||||
if _get_value(self._coil_cooling_with_room_sensor) == "ON":
|
||||
if _get_value(self._coil_cooling_with_room_sensor) != "OFF":
|
||||
mode = HVACMode.HEAT_COOL
|
||||
else:
|
||||
mode = HVACMode.HEAT
|
||||
|
Loading…
x
Reference in New Issue
Block a user