Vack to HA 2025.1.4. It doesn't work on Github.

This commit is contained in:
Jean-Marc Collin
2025-02-10 16:53:28 +00:00
parent 641801084d
commit ea0d66f0c6
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
homeassistant==2025.2.1 homeassistant==2025.1.4

View File

@@ -700,7 +700,7 @@ async def test_add_number_for_over_switch_use_central_presets_and_restore(
assert vtherm.use_central_config_temperature is True assert vtherm.use_central_config_temperature is True
# We should try to restore all 4 temp entities and the VTherm itself # We should try to restore all 4 temp entities and the VTherm itself
assert mock_restore_state.call_count == 4 + 1 assert mock_restore_state.call_count == 4 + 2
# 1. We search for NumberEntities # 1. We search for NumberEntities
for preset_name, value in temps.items(): for preset_name, value in temps.items():