Cleaning and fixing Issues

This commit is contained in:
Jean-Marc Collin
2024-03-09 10:57:13 +00:00
parent a396c8831f
commit d8bc2fc3d3
14 changed files with 409 additions and 379 deletions

View File

@@ -26,7 +26,7 @@ async def test_show_form(hass: HomeAssistant, init_vtherm_api) -> None:
@pytest.mark.parametrize("expected_lingering_tasks", [True])
@pytest.mark.parametrize("expected_lingering_timers", [True])
# Disable this test which don't work anymore (kill the pytest !)
@pytest.mark.skip
# @pytest.mark.skip
async def test_user_config_flow_over_switch(
hass: HomeAssistant, skip_hass_states_get, init_central_config
): # pylint: disable=unused-argument