FIX #341 - when window state change, open_valve_percent should be resend

This commit is contained in:
Jean-Marc Collin
2024-01-14 23:02:23 +00:00
parent 513e65f79c
commit 67844d4ae8
3 changed files with 11 additions and 9 deletions
+1 -4
View File
@@ -321,9 +321,6 @@ async def test_over_valve_full_start(
await try_condition(None)
assert entity.hvac_mode is HVACMode.HEAT
assert (
entity.hvac_action is HVACAction.OFF
or entity.hvac_action is HVACAction.IDLE
)
assert entity.hvac_action is HVACAction.HEATING
assert entity.target_temperature == 17.1 # eco
assert entity.valve_open_percent == 10